View source: R/FileHandlingFormats.R
read_from_fluxnet15 | R Documentation |
Column format as described at https://fluxnet.org/data/fluxnet2015-dataset/fullset-data-product/
read_from_fluxnet15(ds, colname_NEE = "NEE")
ds |
data.frame with columns TIMESTAMP_END (Time YYYYMMDDHHMM), NEE, LE, H, USTAR, TA, TS, VPD, SW_IN and optionally USTAR_QC |
colname_NEE |
name (scalar string) of column that reports NEE observations |
If input has numeric column USTAR_QC then USTAR of records with USTAR_QC > 2 are set to NA.
data.frame with additional columns 'DateTime', 'NEE','Ustar' and 'Rg','Tair','Tsoil' if columns 'SW_IN','TA', or 'TS' are present respectively
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.