plot.nixmass {nixmass} | R 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 |
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)
[Package nixmass version 1.3.1 Index]