Skip to content
Prev 21866 / 29559 Next

Order raster images in a levelplot

Hi,
levelplot methods defined in rasterVis are based on lattice graphics. 
Most of the arguments provided by lattice::xyplot and
lattice::levelplot are also available. For this issue you could try
these arguments: perm.cond, index.cond, as.table. All of them are
described in the help page of lattice::xyplot.
Could you post a reproducible example? I have used zApply for similar
tasks without problems.

Best,

Oscar.