Description Usage Arguments Value Examples
readImages
1 | read.images(root, n = NULL, low = 32, clean = TRUE)
|
root |
A directory/file root use to get all images for this eye |
n |
Restrict to only the first n images |
low |
Resolution for processing |
clean |
Clean up after reading and rescaling images |
A CanalogramImages object containing all of the image data
1 2 3 4 5 | ## Not run:
images <- read.images('./data/Trial-1/one gree_T00', n = 5)
plot(images)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.