powered by
morph_tbl() returns species partition hypothesis estimated from a prior taxonomic identifications supplied by the user.
morph_tbl()
morph_tbl(labels, sppVector, delimname = "morph")
an object of class tbl_df.
Vector of unique sequence ID labels.
Vector of corresponding morphological species delimitation groups.
Character. String to rename the delimitation method in the table. Default to 'morph'.
Rupert A. Collins
morph_tbl() uses information in a species name vector to label each unique sample with a number corresponding to this name.
# create a tibble morph_df <- morph_tbl( labels = geophagus_info$gbAccession, sppVector = geophagus_info$scientificName ) # check morph_df
Run the code above in your browser using DataLab