Description Usage Arguments Value Author(s) Examples
Read MCMCtree output tree into R to produce time-scaled tree in APE format, and a table of the mean and 95
| 1 | readMCMCtree(inputPhy, forceUltrametric = TRUE, from.file = TRUE)
 | 
| inputPhy | file directory of 'Figtree' output from MCMCtree | 
| forceUltrametric | alters branch lengths at tips so tree is fully ultrametric (default = TRUE) | 
| from.file | Logical. Read a tree from file or locally from within R? | 
apePhy time-scaled output tree from MCMCtree in APE format
nodeAges mean and 95
Mark Puttick
| 1 2 3 4 | data(MCMCtree.output)
attach(MCMCtree.output)
# tree and node ages
readMCMCtree(MCMCtree.phy, from.file=FALSE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.