# Make a simulation run first
# The resulting object base_output (class c4c_base_result) comprises
# the simulated phase area dynamics as well as extended growth and yield
# information
base_output <- simulate_single_concept(
pine_thinning_from_above_1,
init_areas = c(1000, 0, 0, 0, 0, 0),
time_span = 200,
risk_level = 3
)
# Generate fuel and CO2 related information
fuel_and_co2_evaluation(
base_output,
road_density_m_ha = 35,
mode = "nordic"
)
Run the code above in your browser using DataLab