View source: R/readConcordance.R
readConcordance | R Documentation |
Function for reading concordance factor data into a simple table
readConcordance(file.name = NULL)
file.name |
file name of the .cf.stat file excluding ".cf.stat" |
a data.frame with the concordance factor data
your.tree = ape::read.tree(file = "file-path-to-tree.tre")
astral.data = astralPlane(astral.tree = your.tree,
outgroups = c("species_one", "species_two"),
tip.length = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.