View source: R/draw_process_behavior_chart.R
draw_process_behavior_chart | R Documentation |
Draws a Process Behavior Chart
draw_process_behavior_chart(
data,
y_var,
grouping_var,
limits = TRUE,
interactive = TRUE
)
data |
input dataset to be plotted (required) |
y_var |
Y variable to be plotted on Y axis (required) |
grouping_var |
Variable to group by (optional) |
limits |
Logical. If TRUE, natural process limits (control limits) are plotted. By default, it is set to FALSE (optional) |
interactive |
Set plot interactivity. By default, it is set to TRUE (optional) |
A 'ggplot' or 'plotly' object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.