fortify_data_frame: Build a data frame
Description
![[Stable]](figures/lifecycle-stable.svg?package=ggalign&version=1.0.1)
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 data
. Developers can use it to
improve messages. Not used by the user.
- call
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.
<code>fortify_data_frame</code> method collections
fortify_data_frame.phylo()
fortify_data_frame.default()
fortify_data_frame.character()
fortify_data_frame.matrix()
fortify_data_frame.dendrogram()