plot {lulcc} | R Documentation |
Plot method for objects based on Raster* data
Description
Plot lulcc
objects based on Raster* data
Usage
## S3 method for class 'ObsLulcRasterStack'
plot(x, y, ...)
## S3 method for class 'Model'
plot(x, y, ...)
## S3 method for class 'ThreeMapComparison'
plot(x, y, category, factors, ...)
## S4 method for signature 'ObsLulcRasterStack,ANY'
plot(x, y, ...)
## S4 method for signature 'Model,ANY'
plot(x, y, ...)
## S4 method for signature 'ThreeMapComparison,ANY'
plot(x, y, category, factors, ...)
Arguments
x |
an object from |
y |
not used |
... |
additional arguments to
|
category |
numeric |
factors |
numeric |
Value
A trellis object.
See Also
rasterVis::levelplot
Examples
## see lulcc-package examples
[Package lulcc version 1.0.4 Index]