fortify.phylo {ggtree} | R Documentation |
fortify a phylo to data.frame
## S3 method for class 'phylo' fortify(model, data, layout = "rectangular", ladderize = TRUE, right = FALSE, mrsd = NULL, as.Date = FALSE, ...)
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 |
data.frame
Yu Guangchuang