Skip to contents

Draws a Process Behavior Chart

Usage

draw_process_behavior_chart(
  data,
  y_var,
  grouping_var,
  limits = TRUE,
  interactive = TRUE
)

Arguments

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)

Value

A 'ggplot' or 'plotly' object