Description Usage Arguments Value Examples
This function allows the user to extract sequential daily changes (Day-1 method) in SWE.
1 | day4(station_data, col_name)
|
station_data |
A data table of a measurement location/station. |
col_name |
Character string of the column name containing the snow observations. |
A list with two elements. The first element is the Day-4 method observations, while the second element is the annual maximum load for each snow year.
1 2 3 | sample_data <- rdailychange::sample_data
sample_data <- sample_data[ID == "USW00023062"]
rdailychange:::day4(sample_data, col_name = "SWE")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.