Learn R Programming

RImageJROI (version 0.1.3)

plot.ijzip: Plot ijzip object

Description

Plots .zip files containing ImageJ ROI objects using the 'base' graphics package.

Usage

# S3 method for ijzip
plot(x, add = FALSE, xlab = "", ylab = "", main = "", asp = 1, ...)

Arguments

x

The ijzip object.

add

Whether to add to an existing plot.

xlab

a title for the x axis: see title.

ylab

a title for the y axis: see title.

main

an overall title for the plot: see title.

asp

numeric defining the aspect ratio y/x: see plot.window. Defaults to 1.

...

Arguments to be passed to methods, such as graphical parameters (see par).

Author

Mikko Vihtakari, David Sterratt

Details

The function loops plot.ijroi plotting function over all elements in x. See plot.ijroi for further details.

See Also

read.ijzip, plot.ijroi

Examples

Run this code
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