plot.wk_grd_xy | R Documentation |
Plot grid objects
## 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
)
x |
A |
... |
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 |
x
, invisibly.
plot(grd_rct(volcano))
plot(grd_xy(volcano))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.