as.data.frame.phylo {ggtree} | R Documentation |
convert phylo to data.frame
## S3 method for class 'phylo' as.data.frame(x, row.names, optional, layout = "rectangular", ...)
x |
phylo object |
row.names |
omitted here |
optional |
omitted here |
layout |
layout |
... |
additional parameter |
data.frame
Yu Guangchuang