read.images: readImages

Description Usage Arguments Value Examples

View source: R/read.images.R

Description

readImages

Usage

1
read.images(root, n = NULL, low = 32, clean = TRUE)

Arguments

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

Value

A CanalogramImages object containing all of the image data

Examples

1
2
3
4
5
## Not run: 
images <- read.images('./data/Trial-1/one gree_T00', n = 5)
plot(images)

## End(Not run)

enbrown/eye-canalogram documentation built on April 10, 2020, 12:04 a.m.