Learn R Programming

nixmass (version 1.3.1)

summary.nixmass: Print summary of a nixmass object.

Description

Print summary of a nixmass object.

Usage

# S3 method for nixmass
summary(object, ...)

Value

Summary information of SWE values calculated with selected models is printed to the screen.

Arguments

object

A nixmass object.

...

Additional arguments affecting the summary produced.

Examples

Run this code
data("hsdata")
n <- nixmass(hsdata, model = c("delta.snow", "pi16"))
summary(n)

Run the code above in your browser using DataLab