[R] Plotting logarithmic and semiloarithmic charts.

Peter Dalgaard p.dalgaard at biostat.ku.dk
Mon Aug 7 14:58:42 CEST 2006


"Ralf Finne" <Ralf.Finne at syh.fi> writes:

> Dear all,
> 
> Can anyone help me to find functions 
> like LOGLOG and SEMILOG in Matlab.
> 
> I am sure that they are out there.
> Thanks in advance

plot(....., log="y")
plot(....., log="x")
plot(....., log="xy")

-- 
   O__  ---- Peter Dalgaard             Øster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark          Ph:  (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)                  FAX: (+45) 35327907



More information about the R-help mailing list