powered by
Precipitation at days exceeding the 95th percentile divided by total precipitation expressed in percentage. The 95th percentile is computed based on the time scale selected (month, season or year) not daily.
r95tot(data, data_names = NULL, time.scale = YEAR, na.rm = FALSE)
daily precipitation, mm
names of each period of time
month, season or year
logical. Should missing values (including NaN) be removed?
precipitation, mm
# NOT RUN { data(data_all) r95tot(data = data_all$rr, time.scale="month") # }
Run the code above in your browser using DataLab