| plot.nativeRaster | R Documentation |
Plot a native raster image (after first clearning the device)
## S3 method for class 'nativeRaster'
plot(x, y, ...)
x |
native raster image |
y |
ignored |
... |
other arguments passed to |
Invisibly return the supplied native raster image
nr <- nr_new(200, 100, 'hotpink')
plot(nr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.