plot.isoStack: Plot method for stacked isoscapes

View source: R/isoStack.R

plot.isoStackR Documentation

Plot method for stacked isoscapes

Description

Plot the output from isoStack.

Usage

## S3 method for class 'isoStack'
plot(x, ...)

Arguments

x

An isoStack object

...

Other arguments to be passed to plot

See Also

isoStack

Examples

#stack H and Sr isoscapes
h_s = isoStack(d2h_lrNA, sr_MI)

#plot isoStack
plot(h_s)

assignR documentation built on Sept. 1, 2023, 5:05 p.m.