fortify_data_frame {ggalign} | R Documentation |
Build a data frame
Description
This function converts various objects to a data frame.
Usage
fortify_data_frame(data, ..., data_arg = NULL, call = NULL)
Arguments
data |
An object to be converted to a data frame. |
... |
Arguments passed to methods. |
data_arg |
The argument name for |
call |
The execution environment where |
Value
A data frame.
fortify_data_frame
method collections
[Package ggalign version 1.0.2 Index]