Description Usage Arguments Examples
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.
1 | taxa.tree(species)
|
species |
a list of species that is to be included in the phylogenetic tree. |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.