Displaying 1 result from an estimated 1 matches for "sdvar".
Did you mean:
idvar
2009 Apr 07
1
axis values on lattice log-scale plot
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 plot works fine but the axis values at the ticks are in
scientific notation,
e.g. 10^1.5...