Skip to contents

The LANDFIRE Forest Canopy Bulk Density (CBD) data is used to estimate individual tree crown biomass in kilograms See trees_biomass_landfire()

Usage

get_landfire(savedir = NULL, force = F)

Arguments

savedir

Optional directory to save data in a new location. Defaults to package contents.

force

Whether to overwrite existing data

References

Examples

 if (FALSE) { # \dontrun{
 get_landfire()
 } # }