Learn R Programming

TreeSearch (version 0.3.2)

SingleTaxonTree: SingleTaxonTree

Description

Single taxon tree

Usage

SingleTaxonTree(label)

Arguments

label

a character vector specifying the label of the tip.

Value

This function returns a phylo object containing a single tip with the specified label.

Details

Create a phylogenetic 'tree' that comprises a single taxon.

Examples

Run this code
# NOT RUN {
SingleTaxonTree('Homo_sapiens')
# }

Run the code above in your browser using DataLab