#Load file with multiple trees
if (FALSE) {
trees_file = system.file("extdata", "ex_offset.trees", package = "EvoPhylo")
posterior_trees_offset = treeio::read.beast(trees_file)
#Write multiple trees to screen
write.beast.treedata(posterior_trees_offset)
}
Run the code above in your browser using DataLab