Learn R Programming

materialmodifier (version 1.2.0)

plot.nimg: Display an image

Description

Display an image

Usage

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

Value

No return value, called for side effects.

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

Examples

Run this code
plot(face)

Run the code above in your browser using DataLab