read.paml_rst {treeio} | R Documentation |
read rst file from paml (both baseml and codeml) output
read.paml_rst(rstfile, type = "Joint")
rstfile |
rst file |
type |
one of 'Marginal' or 'Joint' |
A treedata
object
Guangchuang Yu https://guangchuangyu.github.io
rstfile <- system.file("extdata/PAML_Baseml", "rst", package="treeio") read.paml_rst(rstfile)