df_ggplot_melt: Melt data.frame into ggplottable format

Description Usage Arguments Value Examples

View source: R/common_plots.R

Description

Melts a data.frame into format that is suitable for use with ggplot2. Creates the time variable 't' used by plotting functions.

Usage

1

Arguments

df

A data.frame

Value

A ggplot2 compatible data.frame with time variable

Examples

1
2
3
4
5
6
7
## Not run: 
dc <- create_syn_data_toy()
df <- dc$data[[1]]
str(df)
str(df_ggplot_melt(df))

## End(Not run)

cocoreg documentation built on May 2, 2019, 6:48 a.m.