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)
A matrix.
An object to be converted into a matrix.
Additional arguments passed to methods.
The argument name for data
. Developers can use it to
improve messages. Not used by the user.
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.
fortify_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()