View source: R/fe_stand_helpers_construction.R
make_trees_dataframe | R Documentation |
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
)
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 |
A data.frame (tibble) that can be used as the list element 'trees' in an fe_stand or fe_stand_spatial object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.