This function converts various objects to a data frame.
fortify_data_frame(data, ..., data_arg = caller_arg(data), call = NULL)
A data frame.
An object to be converted to a data frame.
Arguments passed to methods.
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, e.g., caller_env()
.
Developers can use it to improve messages. Not used by the user.
fortify_data_frame.default()
fortify_data_frame.character()
/fortify_data_frame.numeric()
fortify_data_frame.matrix()
fortify_data_frame.dendrogram()
fortify_data_frame.phylo()