morph_tbl: Generating a Morphological Delimitation Table

View source: R/morph_tbl.R

morph_tblR Documentation

Generating a Morphological Delimitation Table

Description

morph_tbl() returns species partition hypothesis estimated from a prior taxonomic identifications supplied by the user.

Usage

morph_tbl(labels, sppVector, delimname = "morph")

Arguments

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'.

Details

morph_tbl() uses information in a species name vector to label each unique sample with a number corresponding to this name.

Value

an object of class tbl_df.

Author(s)

Rupert A. Collins

Examples


# create a tibble
morph_df <- morph_tbl(
  labels = geophagus_info$gbAccession,
  sppVector = geophagus_info$scientificName
)

# check
morph_df


delimtools documentation built on April 3, 2025, 9:28 p.m.