loadTrees | R Documentation |
Loads trees, looks for a log file of tree likelihoods and parameter values, returns an rwty.chain object containing both
loadTrees( file, type = NA, format = "mb", gens.per.tree = NA, trim = 1, logfile = NA, skip = NA )
file |
The tree file |
type |
The type of tree file |
format |
The format of the phylogenetic output. Current supported formats are: "revbayes", "mb", "beast", "*beast", "phylobayes" |
gens.per.tree |
Number of generations between sampled trees |
trim |
Increment for the sequence of trees to read |
logfile |
The log files from the MCMC |
skip |
Number of lines to skip before reading the data from the log file |
output A list of rwty.chain objects containing the multiPhylos and the tables of values from the log files if available
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.