man/fortify.Rd
f1f0d8d2
 % Generated by roxygen2: do not edit by hand
 % Please edit documentation in R/method-fortify.R
d32146c6
 \name{fortify.phylo}
 \alias{fortify.phylo}
 \title{fortify}
 \usage{
14435e79
 \method{fortify}{phylo}(model, data, layout = "rectangular",
75f08f2b
   ladderize = TRUE, right = FALSE, mrsd = NULL, as.Date = FALSE, ...)
d32146c6
 }
 \arguments{
 \item{model}{phylo object}
 
 \item{data}{not use here}
 
 \item{layout}{layout}
 
 \item{ladderize}{ladderize, logical}
 
 \item{right}{logical}
 
75f08f2b
 \item{mrsd}{most recent sampling date}
 
 \item{as.Date}{logical whether using Date class in time tree}
 
d32146c6
 \item{...}{additional parameter}
 }
 \value{
 data.frame
 }
 \description{
f1f0d8d2
 fortify a phylo to data.frame
d32146c6
 }
 \author{
 Yu Guangchuang
 }