fuel_cons_harvester_1 | R Documentation |
Fuel consumption depends on the average tree volume. For tree diameters at
breast height < 15 cm the function gives back NA
, because the assumed
machine does not work with such small trees. Estimated after
\insertCiteBacescu_et_al_2022;textualcare4cmodel.
fuel_cons_harvester_1(tree_vol, tree_dbh)
tree_vol |
Average standing merchandable wood volume over bark (m³) per harvested tree |
tree_dbh |
Average diameter at breast height (cm) per harvested tree |
Fuel consumption of a harvester in liters diesel fuel per m³ harvested wood
Bacescu_et_al_2022care4cmodel
dbh <- seq(10, 70, 10) # Vector of tree dbh in cm
vol <- dbh ^ 2 / 1000 # Simple Volume estimate (m³) with Denzin's formula
fuel_cons_harvester_1(vol, dbh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.