View source: R/trackeRdata_summary.R
fortify.trackeRdataSummary | R Documentation |
Fortify a trackeRdataSummary object for plotting with ggplot2.
## S3 method for class 'trackeRdataSummary'
fortify(model, data, melt = FALSE, ...)
fortify_trackeRdataSummary(model, data, melt = FALSE, ...)
model |
The |
data |
Ignored. |
melt |
Logical. Should the data be melted into long format instead of the default wide format? |
... |
Currently not used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.