Plot control chart

plot_ctrl_chart(df, plot_center_line = T, fmt_x_quarterly = F)

Arguments

df

A data frame in wide format, created by the structure_data function

plot_center_line

If TRUE, the center line will be added to the plot

quarterly

If TRUE, the x axis will be formatted as quarterly; if FALSE, x axis is formatted monthly. Default value is FALSE (formatted monthly).