View source: R/craft-align-phylo.R
| align_phylo | R Documentation |
Plot Phylogenetics tree
align_phylo(
phylo,
...,
mapping = aes(),
split = FALSE,
ladderize = NULL,
type = "rectangle",
center = FALSE,
tree_type = NULL,
root = NULL,
active = NULL,
size = NULL,
no_axes = deprecated()
)
phylo |
A |
... |
<dyn-dots> Additional arguments passed to
|
mapping |
Default list of aesthetic mappings to use for plot. If not specified, must be supplied in each layer added to the plot. |
split |
A logical scalar indicating whether to split the phylogenetic tree into separate subtrees when multiple panel groups are present. |
ladderize |
A single string of |
type |
A string indicates the plot type, |
center |
A boolean value. if |
tree_type |
A single string, one of
Usually, you don't need to modify this. |
root |
A length one string or numeric indicates the root branch. |
active |
A |
size |
The relative size of the plot, can be specified as a
|
no_axes |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.