plot,RasterArray,missing-method: Shorthand for the plotting RasterArray
and SpatialArray
objects
Description
This plot
, method executes the mapplot
function on the RasterArray
or SpatialArray
object.
Usage
# S4 method for RasterArray,missing
plot(x, y, ...)# S4 method for SpatialArray,missing
plot(x, y, ...)
Arguments
- x
A (RasterArray
or SpatialArray
) Object to be plotted.
- y
Not implemented yet.
- ...
Arguments passed to the mapplot
function.