plot.nimg: Display an image

View source: R/pictplot.R

plot.nimgR Documentation

Display an image

Description

Display an image

Usage

## S3 method for class 'nimg'
plot(x, rescale = FALSE, ...)

Arguments

x

an image

rescale

logical. if true, then pixel value is rescaled to range between 0 and 1.

...

other parameters to be passed to plot.default

Value

No return value, called for side effects.

Examples

plot(regatta)

tsuda16k/pictplot documentation built on March 1, 2023, 8:44 p.m.