Re: [R] Semi-log plot in R

2006-03-06 Thread Philipp Pagel
On Sun, Mar 05, 2006 at 12:00:19AM +, christophe tournayre wrote: Is it possible to create a semilog plot in R? If you mean a plot with one log-scale axis this is what you want: x = 1:100 y = x^2 plot(x,y, log=y) See ?plot for details cu Philipp -- Dr. Philipp Pagel

[R] Semi-log plot in R

2006-03-05 Thread christophe tournayre
Dear R helpers, Is it possible to create a semilog plot in R? I have been scanning the help archives and manuals and semilog does not appear anywhere. Should i use specific package? Thanks Christophe __ R-help@stat.math.ethz.ch mailing list