View source: R/fortify-data-frame-.R
fortify_data_frame.default | R Documentation |
This function converts various objects to a data frame.
## Default S3 method:
fortify_data_frame(data, ..., data_arg = NULL, call = NULL)
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 |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.