Description Usage Arguments Value Examples
View source: R/measure_intensity.R
Calculate mean event size
1 |
x |
numeric vector (daily precip) |
mean event size, where an event is the amount of rain on one or more consecutive days of rain
1 2 3 | mean_event_size(c(0.1, 0.1, 0, 0.2))
mean_event_size(0)
mean_event_size(rep(0.1, 10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.