plot: Plot method for objects based on Raster* data

Description Usage Arguments Value See Also Examples

Description

Plot lulcc2 objects based on Raster* data

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## S3 method for class 'ContinuousLulcRasterStack'
plot(x, y, ...)

## S3 method for class 'DiscreteLulcRasterStack'
plot(x, y, ...)

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

## S4 method for signature 'ContinuousLulcRasterStack,ANY'
plot(x, y, ...)

## S4 method for signature 'DiscreteLulcRasterStack,ANY'
plot(x, y, ...)

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

Arguments

x

an object from lulcc2 containing Raster data

y

not used

...

additional arguments to rasterVis::levelplot

category

numeric

factors

numeric

Value

A trellis object.

See Also

rasterVis::levelplot

Examples

1
## see lulcc2-package examples

simonmoulds/lulcc2 documentation built on Dec. 23, 2021, 2:24 a.m.