nativeRaster
R/utils.R
plot.nativeRaster.Rd
Plot a nativeRaster as an image
# S3 method for nativeRaster plot(x, y, ...)
any argument here will cause grid::grid.newpage() to be called prior to drawing the nativeRaster
grid::grid.newpage()
other arguments passed to grid::grid.raster()
grid::grid.raster()
None.
nr <- nr_new(200, 100, 'hotpink') plot(nr)