xy.coords can have a log="xy" parameter which then plot interprets to use log scale. I wonder whether plot can be instructed in a similar way to use log10 scale instead of natural logs.
Cheers, Alexy On Nov 20, 2007, at 7:01 PM, Duncan Murdoch wrote: > On 11/20/2007 10:41 AM, Alexy Khrabrov wrote: >> Is there a way to teach xy.coords, when given log="xy", or just >> "x" or "y" separately, to do a decimal log10 instead of the >> natural log? > xy.coords doesn't do any transformation other than setting non- > positive values to NA. So your question doesn't make sense; could > you elaborate on what you're seeing that you don't want to see? ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.