View source: R/ptd_spc_colours.R
ptd_spc_colours | R Documentation |
Produces a list of colours that controls the geoms in the plot
ptd_spc_colours(
common_cause = "#a6a6a6",
special_cause_improvement = "#00b0f0",
special_cause_neutral = "#490092",
special_cause_concern = "#e46c0a",
value_line = "#a6a6a6",
mean_line = "#000000",
lpl = "#a6a6a6",
upl = "#a6a6a6",
target = "#de1b1b",
trajectory = "#490092"
)
common_cause , special_cause_improvement , special_cause_neutral , special_cause_concern |
the colour of the points |
value_line |
the colour of the line joining the points |
mean_line |
the colour of the "mean" (average) line |
lpl , upl |
the colour the the lower and upper process limit lines |
target |
the colour of the target line |
trajectory |
the colour of the trajectory line |
A list of colours
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.