as.data.frame.phylo {ggtree}R Documentation

as.data.frame

Description

convert phylo to data.frame

Usage

## S3 method for class 'phylo'
as.data.frame(x, row.names, optional, layout = "rectangular",
  ...)

Arguments

x

phylo object

row.names

omitted here

optional

omitted here

layout

layout

...

additional parameter

Value

data.frame

Author(s)

Yu Guangchuang


[Package ggtree version 1.10.5 Index]