plot.nimg: Display an image

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Display an image

Usage

1
2
## 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

1

sketcher documentation built on July 2, 2020, 4:06 a.m.

Related to plot.nimg in sketcher...