fortify_matrix {ggalign} | R Documentation |
Build a Matrix
Description
This function converts various objects into a matrix format. By default, it
calls as.matrix()
to build a matrix.
Usage
fortify_matrix(data, ..., data_arg = NULL, call = NULL)
Arguments
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 |
Value
A matrix.
fortify_matrix
method collections
[Package ggalign version 1.0.2 Index]