spplot: Spatial grid plots

Description Usage Arguments Author(s) See Also Examples

Description

Function spplot for SpatialGridTopography-class and SpatialPixelsTopography-class objects allows drawing maps of topographic attributes. Function spplot for SpatialGridMeteorology-class and SpatialPixelsMeteorology-class objects allows drawing maps of meteorological variables corresponding to specific dates.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'SpatialGridTopography'
spplot(obj, variable="elevation",...)
## S4 method for signature 'SpatialGridMeteorology'
spplot(obj, date, variable="MeanTemperature", ...)
## S4 method for signature 'SpatialPixelsTopography'
spplot(obj, variable="elevation",...)
## S4 method for signature 'SpatialPixelsMeteorology'
spplot(obj, date, variable="MeanTemperature", ...)

Arguments

obj

An object of class SpatialGridTopography.

variable

A string of the variable to be plotted (only type="elevation", type="slope", type="aspect" are allowed).

...

Additional parameters to function spplot.

date

A string or an integer for the date to be plotted.

Author(s)

Miquel De Cáceres Ainsa, Biodiversity and Landscape Ecology Laboratory, Centre Tecnologic Forestal de Catalunya

See Also

meteoplot

Examples

1
2
3
4
5
6
data(examplegridtopography)

#Display data
spplot(examplegridtopography, type="elevation", scales=list(draw=TRUE))
spplot(examplegridtopography, type="slope", scales=list(draw=TRUE))
spplot(examplegridtopography, type="aspect", scales=list(draw=TRUE))

miquelcaceres/meteoland documentation built on May 8, 2019, 11:57 p.m.