Description Usage Arguments Value Examples
This function returns CLI array for vector of JPEG files
| 1 | 
| files | a vector of character strings, paths to the JPEF files | 
A 3D array. The center line image as an array (NxHx3), where N is number of files, and H is the height of an image in pixels.
| 1 2 | f <- system.file(package = 'xROI', 'dukehw.jpg')
cli <- getCL(f)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.