Description Usage Arguments Value Examples
Markov chain used simulate wet and dry days
1 | markov_chain(params, start_date = "1980-01-01", end_date = "2010-12-31")
|
params |
dataframe of parameters from monthly_ppt_params() function or from adjust_params() function |
start_date |
start date of simulation |
end_date |
end date of simulation |
dataframe, with date, year, month, day and is_wet columns. This final column is logical of whether precip occured that day
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.