An object of class ijzip containing a list of the coordinates and types of ImageJ ROIs. Each element is named after option specified in names.
Arguments
file
zip file containing a collection of ImageJ ROI files
names
Logical, indicating whether the ROI file names should be used as names for the elements in the list (see Return). If FALSE a sequence of names specifying the type of ROI is automatically generated.
list.files
logical, indicating whether a data.frame of ROI files in file should be returned instead of a list of results. Defaults to FALSE. If TRUE equals to unzip(file, list = TRUE).