toGG {ecr}R Documentation

Transform to long format.

Description

Transform the data.frame of logged statistics from wide to ggplot2-friendly long format.

Usage

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]


[Package ecr version 2.1.1 Index]