View source: R/fortify-matrix-.R
fortify_matrix | R Documentation |
This function converts various objects into a matrix format. By default, it
calls as.matrix()
to build a matrix.
fortify_matrix(data, ..., data_arg = NULL, call = NULL)
data |
An object to be converted into a matrix. |
... |
Additional arguments passed to methods. |
data_arg |
The argument name for |
call |
The execution environment where |
A matrix.
fortify_matrix
method collectionsfortify_matrix.phylo()
fortify_matrix.default()
fortify_matrix.list_upset()
fortify_matrix.MAF()
fortify_matrix.GISTIC()
fortify_matrix.matrix()
fortify_matrix.matrix_upset()
fortify_matrix.matrix_oncoplot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.