SPpairs {sarp.snowprofile} | R Documentation |
Pairs of example snowprofiles
Description
A list with several entries, each containing a snowprofile object. Pairs of similar profiles are grouped by their names.
Usage
SPpairs
Format
A list with several entries, that are of class snowprofile
See Also
Examples
## 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)
[Package sarp.snowprofile version 1.3.2 Index]