Description Usage Arguments Value Examples
View source: R/swe_to_precip.R
Converts a snow water equivalent series (from snow pillow) to a snowfall series.
1 |
df |
data frame with 'swe' series in the second column. See |
Data frame containing the numeric vector with inferred snowfall.
1 2 3 4 5 6 7 8 9 | # Relative path to raw data
full_path <- system.file('extdata', package = "hydroToolkit")
# Read swe sheet
toscas_swe <- read_DGI(file = 'Toscas.xlsx', sheet = 'swe',
colName = 'swe(mm)', path = full_path)
# swe to snowfall
toscas_snfall <- swe_to_precip(df = toscas_swe)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.