plot.ijzip | R Documentation |
Plots .zip files containing ImageJ ROI objects using the 'base' graphics package.
## S3 method for class 'ijzip'
plot(x, add = FALSE, xlab = "", ylab = "", main = "", asp = 1, ...)
x |
The |
add |
Whether to add to an existing plot. |
xlab |
a title for the x axis: see |
ylab |
a title for the y axis: see |
main |
an overall title for the plot: see |
asp |
numeric defining the aspect ratio y/x: see |
... |
Arguments to be passed to methods, such as graphical parameters (see |
The function loops plot.ijroi
plotting function over all elements in x
. See plot.ijroi
for further details.
Mikko Vihtakari, David Sterratt
read.ijzip
, plot.ijroi
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.