Learn R Programming

xROI (version 0.1.1)

plotCLArray: Plot CLI array

Description

This function plots a CLI array on the graphics.

Usage

plotCLArray(clArray, bands = 1:3)

Arguments

clArray

A 3D array of CLI (HxWx3)

bands

integer vector of length 3, showing bands to be plotted

Examples

Run this code
# NOT RUN {
f <- system.file(package = 'xROI', 'dukehw-cli.jpg')
jp <- jpeg::readJPEG(f)
plotCLArray(jp)

# }

Run the code above in your browser using DataLab