This function converts various objects to a data frame.
# S3 method for default
fortify_data_frame(data, ..., data_arg = NULL, call = NULL)
An object to be converted to a data frame.
Additional arguments passed to fortify()
.
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.
By default, it calls fortify()
to build the
data frame.
Other fortify_data_frame()
methods:
fortify_data_frame.character()
,
fortify_data_frame.dendrogram()
,
fortify_data_frame.matrix()
,
fortify_data_frame.phylo()