Learn R Programming

assignR (version 2.4.3)

plot.isoStack: Plot method for stacked isoscapes

Description

Plot the output from isoStack.

Usage

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

Arguments

x

An isoStack object

...

Other arguments to be passed to plot

See Also

isoStack

Examples

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

#plot isoStack
plot(h_s)

Run the code above in your browser using DataLab