Description Usage Arguments Details Value
Function splits the data into separate months, lays it end to end, and then calculates the mean temperature for each day of the simulation period.
1 | temperature_chart(mindf, maxdf, noTimeSteps)
|
mindf |
Raw data of all minimum daily temperatures, read into a dataframe. |
maxdf |
Raw data of all maximum daily temperatures, read into a dataframe. |
noTimeSteps |
Number of timesteps in the simulation. |
Note that due to months not having the same number of days, we remove any -1 entries which correspond to days like Feb 30.
This function is deterministic and should yield the same result for the same input.
The mean temperature for each day of the simulation period, expressed as
a dataframe of length noTimeSteps
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.