Description Usage Arguments Value Examples
Download and process required input data that is open access and currently (year 2020) available. This may take a while, depending on your connection.
1 | getInputData(latestyear, timerange = 30, delete.originaldata = TRUE)
|
latestyear |
integer. Define the latest year for the input data. LAI/FPAR and PAR are averaged and recycled since their long-term variations play a minor role within this scope. |
timerange |
integer. Define the timerange to be used for Temperature and
CO2 data. Defaults to |
delete.originaldata |
logical. Delete the original/raw data that could
likely comprises a large amount of memory. Defaults to |
None. Output is written to
rappdirs::user_data_dir("PhotoBioDynamics")
1 2 3 4 5 | ## Not run:
getInputData(year = 2000)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.