| sfn_data-class | R Documentation |
Main class for storing sapfluxnet project site data and metadata
This class allows to store all the data and metadata for a sapfluxnet site
in one single object, to easily work with it. See
vignette('sfn-data-classes', package = 'sapfluxnetr') for more info.
sapf_dataA data frame with the sapf data
env_dataA data frame with the env data
sapf_flagsA data frame with the same dimensions of sapf_data
with the flag info for each tree/TIMESTAMP combination
env_flagsA data frame with the same dimensions of env_data with
the flag info for each env_var/TIMESTAMP combination
si_codeA character vector of length one indicating the site code
timestampA POSIXct vector of length nrow(sapf_data) with the
timestamp
solar_timestampA POSIXct vector of length nrow(sapf_data) with
the solar timestamp
site_mdA data frame containing the site metadata
stand_mdA data frame containing the stand metadata
species_mdA data frame containing the species metadata
plant_mdA data frame containing the plant metadata
env_mdA data frame containing the env metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.