plot.ijzip: Plot ijzip object

Description Usage Arguments Details Author(s) See Also Examples

View source: R/plot.ijzip.R

Description

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

Usage

1
2
## S3 method for class '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).

Details

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

Author(s)

Mikko Vihtakari, David Sterratt

See Also

read.ijzip, plot.ijroi

Examples

1
2
3
file <- file.path(system.file(package = "RImageJROI"), "extdata", "ijroi", "ijzip.zip")
x <- read.ijzip(file)
plot(x)

davidcsterratt/RImageJROI documentation built on Feb. 16, 2021, 4:54 p.m.