Good afternoon. The basic plot function can automatically generate log scales as follows:
plot(calcium ~ soil_ph, log="y") Here is my basic model in xyplot... xyplot(calcium+magnesium ~ soil_ph|depth*region) I would like the calcium and magnesium values to be reported on a log scale. I have tried manipulating "scales" and "yscale.components" to no effect. Many thanks for your kind assistance, Hobie Perry US Forest Service St. Paul, MN -- View this message in context: http://www.nabble.com/Seeking-help-with-trellis%3A-log-scales-on-xyplot-tp17440074p17440074.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.