Learn R Programming

Rvision (version 0.6.0)

plot.Image: Plot Rvision Images

Description

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

Image

Examples

Run this code
# NOT RUN {
balloon <- image(system.file("sample_img/balloon1.png", package = "Rvision"))
plot(balloon)

# }

Run the code above in your browser using DataLab