Joins cell-level morphometrics for temperate-lake phytoplankton 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 numeric columns
rimet_phyto_cell_length_um, rimet_phyto_cell_width_um,
rimet_phyto_cell_thickness_um, rimet_phyto_cell_surface_area_um2,
rimet_phyto_cell_biovolume_um3.
References
Rimet F, Druart JC (2018) A trait database for phytoplankton of temperate lakes. Zenodo. doi:10.5281/zenodo.1164834
Examples
if (FALSE) { # \dontrun{
taxify("Asterionella formosa", backbone = "gbif") |>
add_rimet_phyto()
} # }