Draws a Process Behavior Chart
draw_process_behavior_chart(
data,
y_var,
grouping_var,
limits = TRUE,
interactive = TRUE
)
A 'ggplot' or 'plotly' object
input dataset to be plotted (required)
Y variable to be plotted on Y axis (required)
Variable to group by (optional)
Logical. If TRUE, natural process limits (control limits) are plotted. By default, it is set to FALSE (optional)
Set plot interactivity. By default, it is set to TRUE (optional)