powered by
Simple conversion assuming a factor of 2.61 kg CO2 / l diesel fuel
fuel_to_co2(fuel_cons_ltrs, fuel_type = c("diesel"))
The emitted amount of CO2 in kg coming form burning fuel_cons_ltrs
fuel_cons_ltrs
Fuel amount consumed by a harvester in liters.
Fuel type (character string), required to find the correct conversion factor. Currently, only "diesel" is accepted.
dbh <- seq(20, 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) |> fuel_to_co2()
Run the code above in your browser using DataLab