Shorthand for the plotting RasterArray and SpatialArray objects
This plot
, method executes the mapplot
function on the RasterArray
or SpatialArray
object.
## S4 method for signature 'RasterArray,missing' plot(x, y, ...) ## S4 method for signature 'SpatialArray,missing' plot(x, y, ...)
x |
A ( |
y |
Not implemented yet. |
... |
Arguments passed to the |
None.
data(dems) plot(dems)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.