Learn R Programming

chronosphere (version 0.3.1)

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

Description

This plot, method executes the mapplot function on the RasterArray object.

Usage

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

Arguments

x

A (RasterArray) Object to be plotted.

y

Not implemented yet.

...

Arguments passed to the mapplot function.

Value

None.

Examples

Run this code
# NOT RUN {
data(dems)
plot(dems)
# }

Run the code above in your browser using DataLab