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
data
. Developers can use it to improve messages. Not used by the user.- call
The execution environment where
data
and other arguments for the method are collected. Developers can use it to improve messages. Not used by the user.
shape
oncoplot
:fortify_matrix.matrix_oncoplot()