plot.isoStack {assignR} | R 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
Examples
#stack H and Sr isoscapes
h_s = isoStack(d2h_lrNA, sr_MI)
#plot isoStack
plot(h_s)
[Package assignR version 2.4.1 Index]