read.baseml {treeio}R Documentation

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

Author(s)

Guangchuang Yu http://ygc.name

Examples

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

[Package treeio version 1.2.2 Index]