Snowfall sum
Sum of snowfall
ss(data, data_names = NULL, time.scale = YEAR, na.rm = FALSE)
data |
snowfall, mm of water equivalent |
data_names |
names of each period of time |
time.scale |
month, season or year |
na.rm |
logical. Should missing values (including NaN) be removed? |
snow, mm
data(data_all) ss(data = data_all$snowfallmm)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.