Description Usage Arguments Value See Also Examples
View source: R/mcc.trees2multi.R
This function reads separate MCC files from BEAST
an stores them as a multiPhylo object.
1  | mcc.trees2multi(path = ".")
 | 
path | 
 The path to the directory with the MCC files. By default it will list files in the current path(.).  | 
list of trees of class multiPhylo
1 2 3 4  | path <- system.file("data/trees/", package="rBt")
trs <- mcc.trees2multi(path)
class(trs)
# [1] "multiPhylo"
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.