get_daymet | R Documentation |
Get Daymet data for a given site and set of years
get_daymet(
site = "Daymet",
lat = 36.0133,
lon = -84.2625,
start = 2000,
end = as.numeric(format(Sys.time(), "%Y")) - 1,
vars = "tmax,tmin,dayl,prcp,srad,swe,vp",
use_this_year = F
)
site: |
site name (not important) |
lat: |
latitude |
lon: |
longitude |
start: |
start of the range of years over which to download data |
end: |
end of the range of years over which to download data |
vars: |
string of variables to get for the site |
use_this_year: |
allow end year to be this year, though there might not be complete data |
A data.frame of Daymet data for a given site
get_daymet()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.