Description Usage Arguments Value Examples
View source: R/increase_intensity.R
Increase daily precipitation intensity
1 |
x |
numeric vector |
numeric vector with same. Doubles daily precipitation intensity. Takes precip from odd days and adds it to even days.
1 2 3 | x <- c(0, 0, 0, 0.1, 0, 2, 0.1, 0, 0, 1, 0, 0.2, 0.2, 0)
x2 <- incr_dly_intensity(x)
x2
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.