View source: R/fortify-data-frame-.R
fortify_data_frame | R Documentation |
This function converts various objects to a data frame.
fortify_data_frame(data, ..., data_arg = NULL, call = NULL)
data |
An object to be converted to a data frame. |
... |
Arguments passed to methods. |
data_arg |
The argument name for |
call |
The execution environment where |
A data frame.
fortify_data_frame
method collectionsfortify_data_frame.phylo()
fortify_data_frame.default()
fortify_data_frame.character()
fortify_data_frame.matrix()
fortify_data_frame.dendrogram()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.