Plotting method for objects inheriting from class Image.
Usage
# S3 method for class 'Rcpp_Image'
plot(x, ...)Arguments
- x
 An
Imageobject.- ...
 Additional arguments to be passed to
rasterImage.
Author
Simon Garnier, garnier@njit.edu
Examples
balloon <- image(system.file("sample_img/balloon1.png", package = "Rvision"))
plot(balloon)