taxa.tree: Tree from taxa

Description Usage Arguments Examples

View source: R/taxa.tree.R

Description

Generates a tree and distance matrix from a list of species names. There are reference trees for mammals and angiosperms. The input species will be sorted by reference trees.

Usage

1
taxa.tree(species)

Arguments

species

a list of species that is to be included in the phylogenetic tree.

Examples

1
2
3
4
5
6
7
## Not run: 
#Choose a list of string of species that you want to have in a phylogenetic tree.
taxa.tree(species = c("Canis lupus", "Canis latrans", "Acer saccharum", "Castor canadensis",
"Alces alces", "Acer rubrum",
"Vulpes vulpes", "Salix babylonica", "Odocoileus virginianus", "Betula alleghaniensis",
"Rangifer tarandus","Juniperus occidentalis"))
## End(Not run)

aptg documentation built on Jan. 13, 2021, 5:05 a.m.