Joins North Atlantic / NE Pacific shelf marine-fish life-history and ecology
traits to a taxify() result by accepted_name (species-level summaries).
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 beukhof_ columns: numeric trophic_level,
aspect_ratio, offspring_size, age_maturity, fecundity,
length_infinity_cm, growth_coefficient, length_max_cm; categorical
habitat, feeding_mode, body_shape, fin_shape, spawning_type.
References
Beukhof E et al. (2019) A trait collection of marine fish species from North Atlantic and Northeast Pacific continental shelf seas. PANGAEA. doi:10.1594/PANGAEA.900866
Examples
if (FALSE) { # \dontrun{
taxify("Gadus morhua", backbone = "gbif") |>
add_beukhof()
} # }