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)

SPATIAL-Lab/assignR documentation built on Dec. 8, 2024, 5:48 p.m.