Dear all,

Can anyone help me plotting a panel plot with log-scaled x axes?

My formula looks like this:

coplot(response~div|treatment+grass,
panel=function(x,y,...){panel.xyplot(x,y,...);panel.lmline(x,y,...)})

And IŽd like to have "div" plotted in log scale.

Thanks very much for your help!

Best regards
Christoph

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to