image.BitmapImage {R.image}R Documentation

Displays the image

Description

Displays the image.

Usage

## S3 method for class 'BitmapImage':
image(x, xlab="", ylab="", box=TRUE, ...)

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For placing an image on an already existing plot see *points(). For more information see BitmapImage.

Examples

   # Read the images 'logosm.ppm' of size 51x38.
   logo <- BitmapImage$read("logosm.ppm", path=system.file("images", package="R.image"))

   image(logo)
  

[Package R.image version 0.2.3 Index]