Learn R Programming

ggtree (version 1.4.11)

read.baseml: read.baseml

Description

read rst and mlb file from baseml output

Usage

read.baseml(rstfile, mlbfile)

Arguments

rstfile
rst file
mlbfile
mlb file

Value

A paml_rst object

Examples

Run this code
rstfile <- system.file("extdata/PAML_Baseml", "rst", package="ggtree")
mlbfile <- system.file("extdata/PAML_Baseml", "mlb", package="ggtree")
read.baseml(rstfile, mlbfile)

Run the code above in your browser using DataLab