plot.wk_grd_xy {wk} | R Documentation |
Plot grid objects
Description
Plot grid objects
Usage
## S3 method for class 'wk_grd_xy'
plot(x, ...)
## S3 method for class 'wk_grd_rct'
plot(
x,
...,
image = NULL,
interpolate = FALSE,
oversample = 4,
border = NA,
asp = 1,
bbox = NULL,
xlab = "",
ylab = "",
add = FALSE
)
Arguments
x |
|
... |
Passed to plotting functions for features: |
image |
A raster or nativeRaster to pass to |
interpolate |
Use |
oversample |
A scale on the number of pixels on the device to use for
sampling estimation of large raster values. Use |
border |
Color to use for polygon borders. Use |
asp , xlab , ylab |
Passed to |
bbox |
The limits of the plot as a |
add |
Should a new plot be created, or should |
Value
x
, invisibly.
Examples
plot(grd_rct(volcano))
plot(grd_xy(volcano))