Description Usage Arguments Value
Get climate data for a location. Wraps loadClimateData() in order to return a data frame with all necessary components for easy plotting.
1 | getLocationData(lat, lng, mode, data.dir = "data/", ...)
|
lat |
the latitude of a location |
lng |
the longitude of a location |
mode |
one of 'historical', 'future', or 'present'. Determines data to fetch. |
data.dir |
the directory containing 'historical', 'future', and 'present' directories. |
... |
other parameters passed to loadClimateData() |
crop |
a crop object containing gdd information |
a data frame of climate data with dates attached.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.