plot_ctrl_chart.Rd
Plot control chart
plot_ctrl_chart(df, plot_center_line = T, fmt_x_quarterly = F)
A data frame in wide format, created by the structure_data function
If TRUE, the center line will be added to the plot
If TRUE, the x axis will be formatted as quarterly; if FALSE, x axis is formatted monthly. Default value is FALSE (formatted monthly).