Description Usage Arguments Value Examples
Simulates a sequence of temperature values for the length of an entire generation
1 | sim_gen_tseq(mean_te, sd_te, n_days)
|
mean_te |
Mean temperature |
sd_te |
Standard deviation temperature |
n_days |
Number of days conforming the generation. |
A sequence of temperature values
1 2 | tseq <- sim_gen_tseq(30,5,365)
plot(tseq, type = "l", xlab = "Day", ylab = "Temperature")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.