Initialize an sfn_data object
# S4 method for 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
)sfn_data object to create
A tibble (or any object coercible to one) with the sapf_data (without the TIMESTAMP variable)
A tibble (or any object coercible to one) with the env_data (without the TIMESTAMP variable)
A tibble (or any object coercible to one) with the same
dimensions of sapf_data with the flag info for each tree/TIMESTAMP
combination
A tibble (or any object coercible to one) with the same
dimensions of env_data with the flag info for each env_var/TIMESTAMP
combination
A character vector of length one indicating the site code
A POSIXct vector of length nrow(sapf_data) with the
timestamp
A POSIXct vector of length nrow(sapf_data) with
the solar timestamp
A tibble (or any object coercible to one) containing the site metadata
A tibble (or any object coercible to one) containing the stand metadata
A tibble (or any object coercible to one) containing the species metadata
A tibble (or any object coercible to one) containing the plant metadata
A tibble (or any object coercible to one) containing the env metadata