plot.imagematrix: Plotting an imagematrix object

Description Usage Arguments See Also Examples

View source: R/imagematrix.R

Description

This function outputs an imagematrix object as an image.

Usage

1
2
  ## S3 method for class 'imagematrix'
plot(x, ...)

Arguments

x

target image

...

plotting options

See Also

imagematrix

Examples

1
2
3
4
5
6
7
  op <- par(mfrow=c(1,2))

  data()
  plot(, main="plot(logo)")
  plot(^2, main="plot(logo^2)")

  par(op)

ripa documentation built on May 29, 2017, 5:39 p.m.

Related to plot.imagematrix in ripa...