Re: [R] axis values on lattice log-scale plot

2009-04-08 Thread Deepayan Sarkar
On 4/7/09, Don McKenzie wrote: > I'm plotting the following (stripped of inessentials) > > xyplot(sd ~ distance | > wshed,data=sdvar.df,scales=list(x=list(log=TRUE),y=list(log=TRUE))) > > sdvar.df is a data frame, sd and distance are numeric, wshed is an ordered > factor > > trying to replicat

[R] axis values on lattice log-scale plot

2009-04-07 Thread Don McKenzie
I'm plotting the following (stripped of inessentials) xyplot(sd ~ distance | wshed,data=sdvar.df,scales=list(x=list (log=TRUE),y=list(log=TRUE))) sdvar.df is a data frame, sd and distance are numeric, wshed is an ordered factor trying to replicate the action of log="xy" in plot() The pl