Skip to contents

The Forest Type Groups of the Continental United States data is used to estimate individual tree forest type group. See trees_type()

Usage

get_foresttype(savedir = NULL, force = F, res = 30)

Arguments

savedir

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

force

Whether to overwrite existing data

res

Resolution of forest type data to download. Default of "30" downloads 30m raster, any other value will download 90m raster.

References

Examples

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