0c8aaf33 |
% Please edit documentation in R/paml_rst.R
\name{read.baseml}
\alias{read.baseml}
\title{read.baseml}
\usage{
read.baseml(rstfile, mlbfile)
}
\arguments{
\item{rstfile}{rst file}
\item{mlbfile}{mlb file}
}
\value{
A \code{paml_rst} object
}
\description{
read rst and mlb file from baseml output
}
\examples{
rstfile <- system.file("extdata/PAML_Baseml", "rst", package="ggtree")
mlbfile <- system.file("extdata/PAML_Baseml", "mlb", package="ggtree")
read.baseml(rstfile, mlbfile)
}
\author{
Guangchuang Yu \url{http://ygc.name}
}
|