initialize,sfn_data-method {sapfluxnetr} | R Documentation |
Initialize method for sfn_data
Description
Initialize an sfn_data object
Usage
## S4 method for signature 'sfn_data'
initialize(
.Object,
sapf_data,
env_data,
sapf_flags,
env_flags,
si_code,
timestamp,
solar_timestamp,
site_md,
stand_md,
species_md,
plant_md,
env_md
)
Arguments
.Object |
sfn_data object to create |
sapf_data |
A tibble (or any object coercible to one) with the sapf_data (without the TIMESTAMP variable) |
env_data |
A tibble (or any object coercible to one) with the env_data (without the TIMESTAMP variable) |
sapf_flags |
A tibble (or any object coercible to one) with the same
dimensions of |
env_flags |
A tibble (or any object coercible to one) with the same
dimensions of |
si_code |
A character vector of length one indicating the site code |
timestamp |
A POSIXct vector of length |
solar_timestamp |
A POSIXct vector of length |
site_md |
A tibble (or any object coercible to one) containing the site metadata |
stand_md |
A tibble (or any object coercible to one) containing the stand metadata |
species_md |
A tibble (or any object coercible to one) containing the species metadata |
plant_md |
A tibble (or any object coercible to one) containing the plant metadata |
env_md |
A tibble (or any object coercible to one) containing the env metadata |