mos_metadata | R Documentation |
This function returns a dataframe containing the metadata for a given record (trait + spp) - including author, year, journal, database, and mosaic. See the MOSAIC user guide for more information. See mos_multiMetaRecords if searching metadata for > 1 species.
mos_metadata(trait, index)
trait |
Trait name of a factorial variable. Search mos_traitAllSpp(mosaic) for trait list if needed. |
index |
Index of the species of interest search "which(slot(mosaic, "species")==BinomialName)" for index. |
dataframe of metadata for a given species and trait record
mos_metadata("volancy", 14)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.