View source: R/craft-align-phylo.R
fortify_matrix.phylo | R Documentation |
phylo
objectThis method allows a phylo
object to be
directly input into stack_discrete()
or circle_discrete()
. This makes it
possible to add align_phylo()
to the stack independently, as
align_phylo()
requires the layout to have labels.
## S3 method for class 'phylo'
fortify_matrix(data, ..., data_arg = caller_arg(data), call = NULL)
data |
A |
... |
These dots are for future extensions and must be empty. |
data_arg |
The argument name for |
call |
The execution environment where |
A one-column matrix where the tip labels are the values, and the row names will also be the tip labels.
Other fortify_matrix()
methods:
fortify_matrix.GISTIC()
,
fortify_matrix.MAF()
,
fortify_matrix.default()
,
fortify_matrix.list_upset()
,
fortify_matrix.matrix()
,
fortify_matrix.matrix_oncoplot()
,
fortify_matrix.matrix_upset()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.