plot: Plot method for objects based on Raster* data

Description Usage Arguments Value See Also Examples

Description

Plot lulcc 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 '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 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

1
## see lulcc-package examples

lulcc documentation built on May 1, 2019, 7:05 p.m.