Run the eco benefits for a single tree. This function acts like a benefits calculator in that you give a common name and it calculates the benefits. Similar to Davey Tree's benefits calculator.

eco_run(common, dbh, region)

Arguments

common

the common name of the tree

dbh

the dbh value in inches

region

region code, see money dataset for region codes

Examples

eco_run("common fig", 20, "InlEmpCLM")
#> common_name dbh benefit_value benefit unit dollars #> 1: Common fig 20 0.2429 aq nox avoided lb 0.93 #> 2: Common fig 20 0.2623 aq nox dep lb 1.01 #> 3: Common fig 20 0.7716 aq ozone dep lb 2.96 #> 4: Common fig 20 0.0602 aq pm10 avoided lb 0.28 #> 5: Common fig 20 0.4079 aq pm10 dep lb 1.89 #> 6: Common fig 20 0.4813 aq sox avoided lb 1.17 #> 7: Common fig 20 0.0353 aq sox dep lb 0.09 #> 8: Common fig 20 0.0602 aq voc avoided lb 0.12 #> 9: Common fig 20 0.0000 bvoc lb 0.00 #> 10: Common fig 20 122.7973 co2 avoided lb 0.41 #> 11: Common fig 20 9.0389 co2 sequestered lb 0.03 #> 12: Common fig 20 1255.7516 co2 storage lb 4.19 #> 13: Common fig 20 189.2000 electricity kwh 38.12 #> 14: Common fig 20 834.7837 hydro interception gal 4.59 #> 15: Common fig 20 -179.4561 natural gas lb 1.20
eco_run("red maple", 15, "PacfNWLOG")
#> common_name dbh benefit_value benefit unit dollars #> 1: Red maple 15 1.9815 aq nox avoided lb 1.86 #> 2: Red maple 15 0.1257 aq nox dep lb 0.12 #> 3: Red maple 15 0.3836 aq ozone dep lb 0.36 #> 4: Red maple 15 0.0520 aq pm10 avoided lb 0.09 #> 5: Red maple 15 0.1742 aq pm10 dep lb 0.29 #> 6: Red maple 15 0.3082 aq sox avoided lb 0.58 #> 7: Red maple 15 0.0287 aq sox dep lb 0.05 #> 8: Red maple 15 0.0487 aq voc avoided lb 0.02 #> 9: Red maple 15 -0.2557 bvoc lb 0.09 #> 10: Red maple 15 139.7729 co2 avoided lb 0.47 #> 11: Red maple 15 223.9894 co2 sequestered lb 0.75 #> 12: Red maple 15 2398.1856 co2 storage lb 8.01 #> 13: Red maple 15 69.3000 electricity kwh 3.55 #> 14: Red maple 15 1254.8172 hydro interception gal 34.87 #> 15: Red maple 15 590.6177 natural gas lb 6.77