chart_I {industRial} | R Documentation |
Create IMR chart for statistical process control
Description
Generate a single point time series chart from a set of consecutive measurements.
Usage
chart_I(data)
Arguments
data |
A dataset generated by the function |
Details
This type of chart is typically applied in product manufacturing to monitor
deviations from the target value over time. It is usually accompanied by
the chart_IMR
Value
This function returns an object of class ggplot
References
For a complete case study application refer to https://j-ramalho.github.io/industRial/
[Package industRial version 0.1.0 Index]