Rdocumentation
powered by
Learn R Programming
trackeR (version 0.0.3)
fortify.trackeRdataSummary: Fortify a trackeRdataSummary object for plotting with ggplot2.
Description
Fortify a trackeRdataSummary object for plotting with ggplot2.
Usage
"fortify"(model, data, melt = FALSE, ...)
Arguments
model
The
trackeRdata
object.
data
Ignored.
melt
Logical. Should the data be melted into long format instead of the default wide format?
...
Currently not used.