plot.nativeRaster: Plot a native raster image (after first clearning the device)

View source: R/nr-core.R

plot.nativeRasterR Documentation

Plot a native raster image (after first clearning the device)

Description

Plot a native raster image (after first clearning the device)

Usage

## S3 method for class 'nativeRaster'
plot(x, y, ...)

Arguments

x

native raster image

y

ignored

...

other arguments passed to grid::grid.raster()

Value

Invisibly return the supplied native raster image

Examples

nr <- nr_new(200, 100, 'hotpink')
plot(nr)


nara documentation built on May 28, 2026, 5:07 p.m.