- data
input dataset to be plotted (required)
- y_var
Y variable to be plotted on Y axis (required)
- grouping_var_1
Time variable to be plotted on x axis (required)
- grouping_var_1_type
Time variable type. Options are "date-time" or "factor"
- grouping_var_2
Additional variable for faceting (optional)
- faceting
Set whether to display each group in a separate plot. By default, it is set to FALSE (optional)
- limits
Logical. If TRUE, process behavior chart control limits for the individual group means are plotted. By default, it is set to FALSE (optional)
- date_breaks
Set date breaks. Takes a string, for example "1 week" or "2 days". By default, it is set to "1 month" (optional)
- date_labels
Set date labels. Identical to the date labels argument of the scale_x_date() ggplot function (optional)
- analysis_desc_label
Label (subtitle) for analysis description. By default, it is set to NULL (optional)
- x_axis_text_size
X axis text size. By default, it is set to 11. (optional)
- point_size
Set point size. By default, it is set to 1 (optional)
- alpha
Set transparency for individual observations. Identical to the alpha ggplot argument. By default, it is set to 0.3 (optional)
- line_size
Set line size. By default, it is set to 1 (optional)
- interactive
Set plot interactivity. By default, it is set to TRUE (optional)