Description Usage Arguments Examples
View source: R/get_bwb_colours.R
Get Official BWB Colours
1 2 3 4 5 6 | get_bwb_colours(
full_info = FALSE,
simple = TRUE,
conditions = NULL,
six = FALSE
)
|
full_info |
if |
simple |
if |
conditions |
optional. Vector of (four) condition names (best to worst)
to be used as the names of the returned vector of (four) colour codes.
|
six |
if |
1 2 3 4 5 6 7 8 9 10 11 | # Get a colour vector
get_bwb_colours()
# Plot these colours
plot_bwb_colours()
# Check the decimal numbers by setting full_info to TRUE
get_bwb_colours(full_info = TRUE)
# Get six colours
get_bwb_colours(six = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.