6c9cd355 | % Generated by roxygen2: do not edit by hand |
0c8aaf33 | % Please edit documentation in R/codeml.R \name{read.codeml} \alias{read.codeml} \title{read.codeml} \usage{ read.codeml(rstfile, mlcfile) } \arguments{ \item{rstfile}{rst file} \item{mlcfile}{mlc file} } \value{ A \code{codeml} object } \description{ read baseml output } \examples{ rstfile <- system.file("extdata/PAML_Codeml", "rst", package="ggtree") mlcfile <- system.file("extdata/PAML_Codeml", "mlc", package="ggtree") |
6c9cd355 | read.codeml(rstfile, mlcfile) |
0c8aaf33 | } \author{ ygc } |