| sfn_data-class {sapfluxnetr} | R Documentation |
S4 class for sapfluxnet site data
Description
Main class for storing sapfluxnet project site data and metadata
Details
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.
Slots
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_datawith the flag info for each tree/TIMESTAMP combinationenv_flagsA data frame with the same dimensions of
env_datawith the flag info for each env_var/TIMESTAMP combinationsi_codeA character vector of length one indicating the site code
timestampA POSIXct vector of length
nrow(sapf_data)with the timestampsolar_timestampA POSIXct vector of length
nrow(sapf_data)with the solar timestampsite_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