Description Usage Arguments Value Functions See Also Examples
Returns a named vecotr of hexcodes for the specified colours. Method from https://drsimonj.svbtle.com/creating-corporate-colour-palettes-for-ggplot2.
1 2 3 |
... |
colour names in a comma separated or vector of strings |
returns a named vector of hexcodes for the specified colours. If a colour is
not in our_colours_raw
will have NA in that position and returns a warning message.
our_colors
: alias for our_colours()
Other access our colours: our_palettes
,
our_scale
1 2 3 4 5 | our_colours_raw
our_colours()
our_colours('green', 'blue', 'green')
our_colours('not a colour', 'also not a colour', 'green')
our_colors('blue')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.