read.baseml {treeio} | R Documentation |
read rst and mlb file from baseml output
read.baseml(rstfile, mlbfile)
rstfile |
rst file |
mlbfile |
mlb file |
A paml_rst
object
Guangchuang Yu http://ygc.name
rstfile <- system.file("extdata/PAML_Baseml", "rst", package="treeio") mlbfile <- system.file("extdata/PAML_Baseml", "mlb", package="treeio") read.baseml(rstfile, mlbfile)