powered by
Plots .zip files containing ImageJ ROI objects using the 'base' graphics package.
# S3 method for ijzip plot(x, add = FALSE, xlab = "", ylab = "", main = "", asp = 1, ...)
The ijzip object.
ijzip
Whether to add to an existing plot.
a title for the x axis: see title.
title
a title for the y axis: see title.
an overall title for the plot: see title.
numeric defining the aspect ratio y/x: see plot.window. Defaults to 1.
plot.window
Arguments to be passed to methods, such as graphical parameters (see par).
par
Mikko Vihtakari, David Sterratt
The function loops plot.ijroi plotting function over all elements in x. See plot.ijroi for further details.
plot.ijroi
x
read.ijzip, plot.ijroi
read.ijzip
file <- file.path(system.file(package = "RImageJROI"), "extdata", "ijroi", "ijzip.zip") x <- read.ijzip(file) plot(x)
Run the code above in your browser using DataLab