This function is used to create a Frames
object from a vector of image files (or a folder specifying the directory
containing them).
The number of frames is also specified, as just a subset of the images can be used for this
read.Frames(image.files, nframes = NULL)
An object of the Frames
class, which holds the info on a list of frames, specifying for each the following elements:
The Image
object containing the image itself
The complete path to the location of the original image
## see vignette
if (FALSE) fullData <- read.Frames(image.files = "/path/to/the/directory", nframes = 100)