read.ijzip | R Documentation |
A wrapper function, which reads a zip file containing ImageJ ROI files using read.ijroi
function.
read.ijzip(file, names = TRUE, list.files = FALSE, verbose = FALSE)
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 |
verbose |
Whether to report information (see |
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
.
Mikko Vihtakari
read.ijroi
, plot.ijzip
.
file <- file.path(system.file(package = "RImageJROI"), "extdata", "ijroi", "ijzip.zip")
x <- read.ijzip(file)
plot(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.