| plot.nixmass | R Documentation | 
Plot modeled SWE values of a nixmass object.
## S3 method for class 'nixmass'
plot(x, title = NULL, density = FALSE, ...)
| x | nixmass object. | 
| title | Main plot title. | 
| density | Shall a density plot be created? | 
| ... | Further graphical parameters may also be supplied as arguments. See  | 
Does not return anything. A plot is produced.
data("hsdata")
plot(nixmass(hsdata, model = "delta.snow"))
plot(nixmass(hsdata, model = "delta.snow.dyn_rho_max", layers = TRUE), density = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.