fuel_cons_forwarder_2 | R Documentation |
Fuel consumption per m³ harvested wood after \insertCitekarha_et_al_2023;textualcare4cmodel. Includes loading, transportation, and unloading.
fuel_cons_forwarder_2(aed, harvest_vol_ha, mineral_soil = TRUE)
aed |
Average extraction distance to the nearest truck road |
harvest_vol_ha |
Harvested merchandable wood volume over bark per ha (m³/ha) |
mineral_soil |
Logical, TRUE (default) if the operation takes place on mineral soil, FALSE if not |
Fuel consumption of a forwarder in liters diesel fuel per m³ wood to be handled
karha_et_al_2023care4cmodel
frd <- c(15, 30, 60, 100) # Forest road densities m/ha
aed <- avg_extraction_distance(frd)
fuel_cons_forwarder_2(aed, 100, TRUE)
fuel_cons_forwarder_2(aed, 100, FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.