Learn R Programming

imager (version 0.14)

plot.cimg: Display an image using base graphics

Description

Display an image using base graphics

Usage

## S3 method for class 'cimg':
plot(x, frame, rescale.color = TRUE, ...)

Arguments

x
the image
frame
which frame to display, if the image has depth > 1
rescale.color
rescale channels so that the values are in [0,1]
...
other parameters to be passed to plot.default (eg "main")

See Also

display, which is much faster