Description Usage Arguments Value Examples
This function plots a CLI array on the graphics.
| 1 | plotCLArray(clArray, bands = 1:3)
 | 
| clArray | a numeric array. A 3D array of CLI (HxWx3) | 
| bands | an integer vector. integer vector of length 3, showing bands to be plotted | 
invisibly returns the dimension of the plotted image
| 1 2 3 | f <- system.file(package = 'xROI', 'dukehw-cli.jpg')
jp <- jpeg::readJPEG(f)
if(interactive())plotCLArray(jp)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.