Description Usage Arguments Details
Convert tbl_tree to plottable data.frame
1 2 3 4 5 6 7 8 9 10 11 | fortify_cellpop(model, data, ..., method = "fdr", q = 0.05)
ggtree_fortify(data, ...)
layout_rect(data, ladderize = TRUE, ...)
## S3 method for class 'list'
layout_rect(data, ladderize = TRUE, ...)
## S3 method for class 'data.frame'
layout_rect(data, ladderize = TRUE, ...)
|
model |
output of |
data |
tbl_tree |
... |
passed to |
method |
passed to |
q |
threshold |
ladderize |
Use |
fortify_cellpop
prepares plottable data.frame.
ggtree_fortify
is a wrapper of ggtree::fortify
.
layout_rect
is a simplified version of ggtree::fortify
,
whose output lacks "branch" and "angle" columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.