Learn R Programming

chronosphere (version 0.4.1)

plot,RasterArray,missing-method: Shorthand for the plotting RasterArray and SpatialArray objects

Description

This plot, method executes the mapplot function on the RasterArray or SpatialArrayobject.

Usage

# S4 method for RasterArray,missing
plot(x, y, ...)

# S4 method for SpatialArray,missing plot(x, y, ...)

Value

None.

Arguments

x

A (RasterArray or SpatialArray) Object to be plotted.

y

Not implemented yet.

...

Arguments passed to the mapplot function.

Examples

Run this code
data(dems)
plot(dems)

Run the code above in your browser using DataLab