Skip to contents

Joins Atlantic and Eastern-Pacific reef-fish life-history, ecology and behaviour traits to a taxify() result by accepted_name.

Usage

add_quimbayo(x, cols = NULL, verbose = TRUE)

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. See enrichment_cols.

verbose

Logical. Default TRUE.

Value

The same data.frame with quimbayo_ columns: numeric body_size_max_cm, aspect_ratio, trophic_level, depth_min_m, depth_max_m, temp_occurrence_mean_c; categorical home_range, diel_activity, water_level, body_shape, mouth_position, diet, spawning, size_group.

Details

Source: Quimbayo et al. (2021) reef-fish trait database (ESA data paper; Zenodo, open).

References

Quimbayo JP et al. (2021) Life-history traits, geographical range, and conservation aspects of reef fishes. Ecology. doi:10.5281/zenodo.4455016

Examples

if (FALSE) { # \dontrun{
taxify("Thalassoma bifasciatum", backbone = "gbif") |>
  add_quimbayo()
} # }