SPpairs | R Documentation |
A list with several entries, each containing a snowprofile object. Pairs of similar profiles are grouped by their names.
SPpairs
A list with several entries, that are of class snowprofile
SPgroup, SPtimeline
## Each name refers to one snowprofile:
names(SPpairs)
opar <- par(no.readonly = TRUE)
par(mfrow = c(1, 2))
plot(SPpairs$A_manual, main = 'SPpairs$A_manual')
plot(SPpairs$A_modeled, main = 'SPpairs$A_modeled')
par(opar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.