powered by
Plot modeled SWE values of a nixmass object.
# S3 method for nixmass plot(x, title = NULL, density = FALSE, ...)
Does not return anything. A plot is produced.
nixmass object.
Main plot title.
Shall a density plot be created?
Further graphical parameters may also be supplied as arguments. See plot.
plot
data("hsdata") plot(nixmass(hsdata, model = "delta.snow")) plot(nixmass(hsdata, model = "delta.snow.dyn_rho_max", layers = TRUE), density = TRUE)
Run the code above in your browser using DataLab