Description Usage Arguments Value Examples
These are a handful of colour palettes based on the MCRI branding.
1  | mcriPalette(name, n, type = c("discrete", "continuous"))
 | 
name | 
 Name of desired palette. Choices are:
  | 
n | 
 Number of colors desired. If omitted, uses all colours.  | 
type | 
 Either "continuous" or "discrete". Use continuous if you want to automatically interpolate between colours.  | 
A vector of colours.
1 2 3 4 5 6 7  | mcriPalette("symbol")
# If you need more colours than normally found in a palette, you
# can use a continuous palette to interpolate between existing
# colours
pal <- mcriPalette(21, name = "symbol", type = "continuous")
image(volcano, col = pal)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.