man/beast-class.Rd
f1f0d8d2
 % Generated by roxygen2: do not edit by hand
d32146c6
 % Please edit documentation in R/AllClasses.R
 \docType{class}
 \name{beast-class}
 \alias{beast-class}
 \alias{get.tree,beast-method}
 \title{Class "beast"
 This class stores information of beast output}
 \description{
 Class "beast"
 This class stores information of beast output
 }
 \section{Slots}{
 
 \describe{
 \item{\code{fields}}{beast statistic variables}
 
 \item{\code{treetext}}{tree text in beast file}
 
 \item{\code{phylo}}{tree phylo object}
 
 \item{\code{translation}}{tip number to name translation in beast file}
 
 \item{\code{stats}}{beast statistics}
 
 \item{\code{file}}{beast file, nexus format}
bbc1de08
 
 \item{\code{extraInfo}}{extra information}
d32146c6
 }}
 \author{
6f076280
 Guangchuang Yu \url{http://guangchuangyu.github.io}
d32146c6
 }
 \seealso{
 \code{\link{show}} \code{\link{get.fields}}
           \code{\link{ggtree}}
 }
 \keyword{classes}