cv16_u_chart {CleaningValidation} | R Documentation |
Create a u-Chart for Poisson-distributed Data
Description
This function generates a u-chart for visualizing the stability and capability of a process based on a Poisson distribution.
Usage
cv16_u_chart(data, residue_col, cleaning_event_col)
Arguments
data |
A data frame containing the data for plotting. |
residue_col |
The name of the column representing residue data (numeric). |
cleaning_event_col |
The name of the column representing cleaning events (factor or character). |
Value
A ggplot object representing the u-chart.
Author(s)
Chan, Mohamed, Lou, Wendy, Yang, Xiande [xiande.yang at gmail.com]
Examples
cv16_u_chart(data = Eq_Mic, residue_col = "Mic", cleaning_event_col = "CleaningEvent")
[Package CleaningValidation version 1.0 Index]