plot.isoStack {assignR} | R Documentation |
Plot the output from isoStack
.
## S3 method for class 'isoStack'
plot(x, ...)
x |
An isoStack object |
... |
Other arguments to be passed to plot |
#stack H and Sr isoscapes
h_s = isoStack(d2h_lrNA, sr_MI)
#plot isoStack
plot(h_s)