make_trees_dataframe {ForestElementsR} | R Documentation |
Build a 'trees' data.frame (tibble) as Required for fe_stand and fe_stand_spatial Objects
Description
Build a 'trees' data.frame (tibble) as Required for fe_stand and fe_stand_spatial Objects
Usage
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
)
Arguments
x |
Input data frame (tibble) |
tree_id_col |
See documentation of |
species_id_col |
See documentation of |
time_yr_col |
See documentation of |
dbh_cm_col |
See documentation of |
layer_key_col |
See documentation of |
age_yr_col |
See documentation of |
height_m_col |
See documentation of |
crown_base_height_m_col |
See documentation of |
crown_radius_m_col |
See documentation of |
removal_col |
See documentation of |
ingrowth_col |
See documentation of |
n_rep_ha_col |
See documentation of |
Value
A data.frame (tibble) that can be used as the list element 'trees' in an fe_stand or fe_stand_spatial object
[Package ForestElementsR version 2.1.0 Index]