Displaying 1 result from an estimated 1 matches for "10mx10m".
Did you mean:
100x100
2005 Mar 30
1
help with plotting a grid on levelplot
...ot a grid such that the cells are
grouped into 5x5 cells (or some other grid spacing) over the levelplot for a
demonstration and I'm getting stuck when trying to modify my levelplot()
call above to include the extra calls to panel.levelplot...
I've gotten this far,
## plot the results (10mx10m plot that's 150m x 200m)
main=expression( paste( widehat(V)[saw], ", in ", m^3, ha^{-1} ) )
print( levelplot( var1.pred~x+y,
data=saw.pred,
aspect=mapasp(saw.pred),
main=main,
panel = function(x,y,z=var1.pred )...