fortify_matrix.matrix {ggalign} | R Documentation |
Build a matrix
Description
Build a matrix
Usage
## S3 method for class 'matrix'
fortify_matrix(data, ..., data_arg = NULL, call = NULL)
Arguments
data |
A matrix object. |
... |
These dots are for future extensions and must be empty. |
data_arg |
The argument name for |
call |
The execution environment where |
shape
-
oncoplot
:fortify_matrix.matrix_oncoplot()
See Also
Other fortify_matrix()
methods:
fortify_matrix.GISTIC()
,
fortify_matrix.MAF()
,
fortify_matrix.default()
,
fortify_matrix.list_upset()
,
fortify_matrix.matrix_oncoplot()
,
fortify_matrix.matrix_upset()
,
fortify_matrix.phylo()
[Package ggalign version 1.0.2 Index]