showImage: Plot a image with 'matrix' or 'array' formed.

Description Usage Arguments Examples

View source: R/show.R

Description

Plot a image with 'matrix' or 'array' formed.

Usage

1
showImage(img, ...)

Arguments

img

image 'matrix' or 'array'.

...

optional arguments to be passed to [plot()] function.

Examples

1
2
img <- jpeg::readJPEG(paste(R.home(),"/doc/html/logo.jpg",sep=""))
showImage(img)

hosscine/myimg documentation built on May 25, 2019, 6:20 p.m.