summary.nixmass {nixmass} | R Documentation |
Print summary of a nixmass object.
Description
Print summary of a nixmass object.
Usage
## S3 method for class 'nixmass'
summary(object, ...)
Arguments
object |
A nixmass object. |
... |
Additional arguments affecting the summary produced. |
Value
Summary information of SWE values calculated with selected models is printed to the screen.
Examples
data("hsdata")
n <- nixmass(hsdata, model = c("delta.snow", "pi16"))
summary(n)
[Package nixmass version 1.3.1 Index]