posieux_weather | R Documentation |
Datasets containing the weather input parameters as used by growR. The
same data is made available as plain text files by the package and
automatically found in the input
directory created by setup_directory()
if the include_examples
option is set to TRUE
(default).
posieux_weather
A data.frame with 3652 rows and 10 variables:
Year as an integer
Day of year as an integer
Average temperature of the day in degree Celsius
Minimum temperature of the day in degree Celsius
Maximum temperature of the day in degree Celsius
Daily precipitation in mm
Relative sunshine duration in percent
Sun irradiance in J / s / m^2. This can be converted into photosynthetically active radiation (PAR) in MJ / m^2 as: PAR = SRad * 0.47 * 24 * 60 * 60 / 1e6
Evapotranspiration in mm.
Precipitation in the form of snow in mm
For use in growR, a WeatherData object has to be created from a plain
text file. Therefore, this dataset is only provided for convenient
inspection. In order to run growR, use the plain text files provided by
the package. Use system.file("extdata", package = "growR")
to locate them.
The snow column is not actually used by growR but rather calculated
through precipitation and temperatures in WeatherData$read_weather()
.
Likewise, the rSSD column is deprecated, currently unused and only kept for backwards compatibility.
setup_directory()
, WeatherData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.