Learn R Programming

lulcc (version 1.0.4)

plot: Plot method for objects based on Raster* data

Description

Plot lulcc objects based on Raster* data

Usage

# S3 method for ObsLulcRasterStack
plot(x, y, ...)

# S3 method for Model plot(x, y, ...)

# S3 method for ThreeMapComparison plot(x, y, category, factors, ...)

# S4 method for ObsLulcRasterStack,ANY plot(x, y, ...)

# S4 method for Model,ANY plot(x, y, ...)

# S4 method for ThreeMapComparison,ANY plot(x, y, category, factors, ...)

Arguments

x

an object from lulcc containing Raster data

y

not used

additional arguments to rasterVis::levelplot

category

numeric

factors

numeric

Value

A trellis object.

See Also

rasterVis::levelplot

Examples

Run this code
# NOT RUN {
## see lulcc-package examples
# }

Run the code above in your browser using DataLab