Joins Mediterranean-Basin plant fire-response, regeneration and functional
traits to a taxify() result by accepted_name.
Arguments
- x
A data.frame returned by
taxify().- cols
Which columns to attach:
NULL(default) the curated set,"all"every column the source carries, or a character vector of names. Seeenrichment_cols.- verbose
Logical. Default
TRUE.
Value
The same data.frame with brot_ columns: numeric seed_mass_mg,
sla_mm2_mg, height_m, leaf_area_mm2; categorical resp_fire,
growth_form, disp_mode, fruit_type, soil_seed_bank,
seedling_emergence.
References
Tavsanoglu C, Pausas JG (2018) A functional trait database for Mediterranean Basin plants (BROT 2.0). Scientific Data 5:180135. doi:10.6084/m9.figshare.c.3843841
Examples
old <- options(taxify.data_dir = taxify_example_data())
taxify("Quercus coccifera", backbone = "gbif") |>
add_brot()
options(old)