View source: R/fortify-matrix-.R
| fortify_matrix.default | R Documentation |
By default, it calls as.matrix() to build a matrix.
## Default S3 method:
fortify_matrix(data, ..., data_arg = NULL, call = NULL)
data |
An object to be converted into a matrix. |
... |
These dots are for future extensions and must be empty. |
data_arg |
The argument name for |
call |
The execution environment where |
A matrix.
Other fortify_matrix() methods:
fortify_matrix.GISTIC(),
fortify_matrix.MAF(),
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.