| image.BitmapImage {R.image} | R Documentation |
Displays the image.
## S3 method for class 'BitmapImage': image(x, xlab="", ylab="", box=TRUE, ...)
Henrik Bengtsson (http://www.braju.com/R/)
For placing an image on an already existing plot see *points().
For more information see BitmapImage.
# Read the images 'logosm.ppm' of size 51x38.
logo <- BitmapImage$read("logosm.ppm", path=system.file("images", package="R.image"))
image(logo)