Skip to contents

Creates a control chart visualization showing data points, control limits, and any rule violations.

Usage

# S3 method for class 'measure_control_chart'
autoplot(object, ...)

Arguments

object

A measure_control_chart object.

...

Additional arguments (unused).

Value

A ggplot object showing the control chart.