View source: R/tree.reconstruct.R
| tree.reconstruct | R Documentation | 
Longer proper discription of function...
tree.reconstruct(
  dna,
  method = c("BIONJ", "NJ", "parsimony", "BIONJ*", "NJ*"),
  dist.dna.model = "JC69",
  plot = TRUE
)
| dna | A matrix or DNAbin object containing genomes for (only) the terminal nodes of the tree to be reconstructed. Individuals should be in the rows and loci in the columns; rows and columns should be labelled. | 
| method | A character string specifying the method of phylogenetic reconstruction:
one of  | 
| dist.dna.model | A character string specifying the type of model to use in calculating the genetic distance between individual genomes (see ?dist.dna). | 
| plot | A logical specifying whether to plot the reconstructed phylogenetic tree. | 
Caitlin Collins caitiecollins@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.