summary.nixmass | R Documentation |
Print summary of a nixmass object.
## S3 method for class 'nixmass'
summary(object, ...)
object |
A nixmass object. |
... |
Additional arguments affecting the summary produced. |
Summary information of SWE values calculated with selected models is printed to the screen.
data("hsdata")
n <- nixmass(hsdata, model = c("delta.snow", "pi16"))
summary(n)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.