View source: R/analysis_phylogeny_functions.R
createTree | R Documentation |
This function acts as a wrapper for TASSEL's
CreateTreePlugin
.
createTree(tasObj, clustMethod = c("Neighbor_Joining", "UPGMA"))
tasObj |
An object of class |
clustMethod |
What clustering method should be used? Current options
are |
Returns a phylo
tree object. See the
[ape]https://cran.r-project.org/web/packages/ape/ape.pdf package
for further details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.