getSpeciesShortName | R Documentation |
Function to create short name for species
getSpeciesShortName(species_list)
species_list |
a vector of species name |
short version of species name
species <- c("Homo_sapiens", "Mus_musculus") species_short <- sapply(species, getSpeciesShortName) species <- "Homo_sapiens" getSpeciesShortName(species)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.