Learn R Programming

ggtree (version 1.4.11)

read.beast: read.beast

Description

read beast output

Usage

read.beast(file)

Arguments

file
beast file

Value

beast object

Examples

Run this code
file <- system.file("extdata/BEAST", "beast_mcc.tree", package="ggtree")
read.beast(file)

Run the code above in your browser using DataLab