View source: R/get_tmax_fluxnet2015.R
get_tmax_fluxnet2015 | R Documentation |
Wrapper function to derive daily daily maximum temperature from half-hourly data
for all site-scale data files in a given directory (argument dir
).
get_tmax_fluxnet2015(dir)
dir |
A character string specifying the directory in which to look for site-specific half-hourly data files. |
A list of outputs of the function get_tmax_fluxnet2015.
## Not run:
df <- get_tmax_fluxnet2015("./")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.