plot.TreeStructure {treestructure} | R Documentation |
Plot TreeStructure tree with cluster and partition variables
Description
Plot TreeStructure tree with cluster and partition variables
Usage
## S3 method for class 'TreeStructure'
plot(x, use_ggtree = TRUE, ...)
Arguments
x |
A TreeStructure object |
use_ggtree |
Toggle ggtree or ape plotting behaviour |
... |
Additional arguments passed to ggtree or ape::plot.phylo |
[Package treestructure version 0.1.0 Index]