fortify.phylo {ggtree}R Documentation

fortify

Description

fortify a phylo to data.frame

Usage

## S3 method for class 'phylo'
fortify(model, data, layout = "rectangular",
  ladderize = TRUE, right = FALSE, mrsd = NULL, as.Date = FALSE, ...)

Arguments

model

phylo object

data

not use here

layout

layout

ladderize

ladderize, logical

right

logical

mrsd

most recent sampling date

as.Date

logical whether using Date class in time tree

...

additional parameter

Value

data.frame

Author(s)

Yu Guangchuang


[Package ggtree version 1.10.5 Index]