fd_allometry_tallo | R Documentation |
Downloads the TALLO database, a global tree allometry and crown architecture database. Over 500,000 data points of individual trees with several measurements
fd_allometry_tallo(
country = NULL,
spatial = FALSE,
metadata_path = NULL,
quiet = FALSE
)
country |
a character vector with either ISO2 codes, ISO3 codes or full country names (not mixed) to filter out the data |
spatial |
logical. Whether to retrieve a |
metadata_path |
a character string of length 1 with the path to store the
metadata and bibliography. The default |
quiet |
if |
a tibble
or a sf
object
Tallo: A global tree allometry and crown architecture database. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1111/gcb.16302")}
## Download full database as tibble
tallo_tbl <- fd_allometry_tallo()
## Download full database as sf
tallo_sf <- fd_allometry_tallo(spatial = TRUE)
## Download data as sf for Czechia and Germany
tallo_cz_ge_sf <- fd_allometry_tallo(country = c("Czechia", "Germany"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.