read.beast {treeio}R Documentation

read.beast

Description

read beast/mrbayes/mega Nexus output

Usage

read.beast(file)

read.mrbayes(file)

read.mega(file)

Arguments

file

beast file

Value

treedata object

Author(s)

Guangchuang Yu https://guangchuangyu.github.io

Examples

file <- system.file("extdata/BEAST", "beast_mcc.tree", package="treeio")
read.beast(file)

[Package treeio version 1.12.0 Index]