ggplot2
Creates suitable table for ggplot2
ggplot_table(df, l_color, l_type, l_size, l_legend = NULL)
A data frame ready to use in ggplot2
.
data frame with class Date or POSIXct in the first column and the variables to plot on the others.
string vector with a color for each line (data frame column).
string vector with the line type.
numeric vector with the line size.
string vector with the user name for legend labels.