Description Usage Arguments Value Examples
Simulate a temperature dynamic over a time period
1 | temperature_dynamic(Tmax, Tmin, per, shift = 3 * pi/2)
|
Tmax |
Maximum air temperature |
Tmin |
Minimum air temperature |
per |
The sine curve periodicity |
shift |
Phase shift, or when does Tmin/Tmax does occur ? |
A simulated temperature dynamics over a period of time
1 2 | # Temperature dynamic over a day:
temperature_dynamic(30,18,24,3*pi/2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.