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
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
2 matches
Mail list logo