fortify_data_frame.default {ggalign} | R Documentation |
Build a data frame
Description
This function converts various objects to a data frame.
Usage
## Default S3 method:
fortify_data_frame(data, ..., data_arg = NULL, call = NULL)
Arguments
data |
An object to be converted to a data frame. |
... |
Additional arguments passed to |
data_arg |
The argument name for |
call |
The execution environment where |
Details
By default, it calls fortify()
to build the
data frame.
See Also
Other fortify_data_frame()
methods:
fortify_data_frame.character()
,
fortify_data_frame.dendrogram()
,
fortify_data_frame.matrix()
,
fortify_data_frame.phylo()
[Package ggalign version 1.0.2 Index]