R/get_vpd_day_fluxnet2015.R
get_vpd_day_fluxnet2015.Rd
Wrapper function to derive daily daytime VPD from half-hourly data
for all site-scale data files in a given directory (argument dir
).
filtering hours where the shortwave incoming radiation (SW_IN_F) is
zero and aggregating taking the mean across remaining hours per day.
get_vpd_day_fluxnet2015(dir)
A list of outputs of the function get_vpd_day_fluxnet2015_byfile.
if (FALSE) { # \dontrun{
df <- get_vpd_day_fluxnet2015("./")
} # }