# construct dummy example (without real life relevance)
g_and_y <- data.frame(
phase_no = 1:2,
phase_name = c("young", "older"),
duration = c(10, 10),
n_subphases = c(3, 3),
vol_standing = c(166, 304),
vol_remove = c(0, 23.6),
vol_mort = c(0.01, 0.11),
n_standing = c(3200, 970),
n_remove = c(0, 306),
dbh_standing = c(9.4, 22.3),
dbh_remove = c(0, 12.3),
harvest_interval = c(0, 5),
survival_cum = c(0.999, 0.852)
)
dummy_concept <- c4c_concept(g_and_y, "dummy_concept")
dummy_concept
Run the code above in your browser using DataLab