plotCLArray: Plot CLI array

Description Usage Arguments Value Examples

View source: R/plotCLArray.R

Description

This function plots a CLI array on the graphics.

Usage

1
plotCLArray(clArray, bands = 1:3)

Arguments

clArray

a numeric array. A 3D array of CLI (HxWx3)

bands

an integer vector. integer vector of length 3, showing bands to be plotted

Value

invisibly returns the dimension of the plotted image

Examples

1
2
3
f <- system.file(package = 'xROI', 'dukehw-cli.jpg')
jp <- jpeg::readJPEG(f)
if(interactive())plotCLArray(jp)

bnasr/xROI documentation built on June 7, 2021, 7:56 a.m.