morph_tbl | R Documentation |
morph_tbl()
returns species partition hypothesis estimated from a prior taxonomic identifications supplied by the user.
morph_tbl(labels, sppVector, delimname = "morph")
labels |
Vector of unique sequence ID labels. |
sppVector |
Vector of corresponding morphological species delimitation groups. |
delimname |
Character. String to rename the delimitation method in the table. Default to 'morph'. |
morph_tbl()
uses information in a species name vector to label each unique sample with a number corresponding to this name.
an object of class tbl_df.
Rupert A. Collins
# create a tibble
morph_df <- morph_tbl(
labels = geophagus_info$gbAccession,
sppVector = geophagus_info$scientificName
)
# check
morph_df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.