Skip to contents

Plotting method for objects inheriting from class Image.

Usage

# S3 method for Rcpp_Image
plot(x, ...)

Arguments

x

An Image object.

...

Additional arguments to be passed to rasterImage.

See also

Author

Simon Garnier, garnier@njit.edu

Examples

balloon <- image(system.file("sample_img/balloon1.png", package = "Rvision"))
plot(balloon)