Transform the data.frame of logged statistics from wide to
ggplot2-friendly long format.
toGG(x, drop.stats = character(0L))
Arguments
| x |
[ecr_statistics | ecr_logger]
Logger object or statistics data frame from logger object. |
| drop.stats |
[character]
Names of logged statistics to be dropped.
Default is the empty character, i.e., not to drop any stats. |
Value
[data.frame]