Description Usage Arguments Details Value Examples
Retrieves life history traits from FishLife
1 2 3 | Get_traits(Class = "predictive", Order = "predictive",
Family = "predictive", Genus = "predictive",
Species = "predictive", verbose = FALSE)
|
Class |
Character input for taxonomic class |
Order |
Character input for taxonomic class |
Family |
Character input for taxonomic class |
Genus |
Character input for taxonomic class |
Species |
Character input for taxonomic class |
verbose |
logical where TRUE prints closest match, FALSE does not |
This function returns the mean un-logged life history traits for the closest match to the supplied taxonomic information.
a dataframe of mean trait values
1 2 3 4 | ## Not run:
life_traits <- Get_traits(Genus = "Lutjanus", Species = "campechanus")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.