Build a 'trees' data.frame (tibble) as Required for fe_stand and fe_stand_spatial Objects
make_trees_dataframe(
x,
tree_id_col,
species_id_col,
time_yr_col,
dbh_cm_col,
layer_key_col,
age_yr_col,
height_m_col,
crown_base_height_m_col,
crown_radius_m_col,
removal_col,
ingrowth_col,
n_rep_ha_col
)
A data.frame (tibble) that can be used as the list element 'trees' in an fe_stand or fe_stand_spatial object
Input data frame (tibble)
See documentation of fe_stand
See documentation of fe_stand
See documentation of fe_stand
See documentation of fe_stand
See documentation of fe_stand
See documentation of fe_stand
See documentation of fe_stand
See documentation of fe_stand
See documentation of fe_stand
See documentation of fe_stand
See documentation of fe_stand
See documentation of fe_stand
and
fe_stand_spatial