plot.nixmass: Plot modeled SWE values of a nixmass object.

View source: R/nixmass.R

plot.nixmassR Documentation

Plot modeled SWE values of a nixmass object.

Description

Plot modeled SWE values of a nixmass object.

Usage

## S3 method for class 'nixmass'
plot(x, title = NULL, density = FALSE, ...)

Arguments

x

nixmass object.

title

Main plot title.

density

Shall a density plot be created?

...

Further graphical parameters may also be supplied as arguments. See plot.

Value

Does not return anything. A plot is produced.

Examples

data("hsdata")
plot(nixmass(hsdata, model = "delta.snow"))
plot(nixmass(hsdata, model = "delta.snow.dyn_rho_max", layers = TRUE), density = TRUE)


nixmass documentation built on June 8, 2025, 1:44 p.m.