Description Usage Arguments Value Examples
View source: R/markov_in_modifiers.R
probability of rain each day based on mkv_doy
1 |
mkv_doy |
dataframe of daily markov ppt transition probabilities |
adjust_for_truncnorm |
logical, whether to adjust the number of expected wet days based on fact that the weather generator uses a truncated normal distribution (i.e. some 'wet' days then become dry) |
numeric vector giving probability of rain each day (non conditional)
1 2 3 | data <-data.frame(rSOILWAT2::dbW_weatherData_to_dataframe(rSOILWAT2::weatherData))
mkv_doy <- rSOILWAT2::dbW_estimate_WGen_coefs(data)[[2]]
calc_p_W(mkv_doy = mkv_doy)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.