Description Usage Arguments Value Examples
Simulates a sequence of temperature values spaning over multiple generations
1 | sim_tseqs(mean_tes, sd_tes, n_days)
|
mean_tes |
A vector of mean temperature values as long as the number of generations to generate. |
sd_tes |
A vector of sd. values as long as the number of generations to simulate. |
n_days |
The number of days per generation. |
A tibble of two columns, generation number and temperature "t"
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.