format_control_chart: Format a control chart

View source: R/plot_ed_4hourperf_timeseries_flow.R

format_control_chartR Documentation

Format a control chart

Description

format_control_chart applies formatting to the provided control chart.

Usage

format_control_chart(cht, r1_col, r2_col, main_col = "black")

Arguments

cht

ggplot chart object.

r1_col

Colour to highlight rule 1 breaks.

r2_col

Colour to highlight rule 2 breaks.

main_col

Colour without highlight.

Value

A chart with formatting applied.

Examples

## Not run: 
TBD

## End(Not run)


HorridTom/hospitalflow documentation built on June 14, 2022, noon