Skip to contents

Creates a consistent color palette for use in TADA visualizations. Currently, the palette is utilizing the "Okabe-Ito" palette from base R via the palette.colors function. The palette includes 9 colors by default. However, additional colors can be added to the palette as needed as more complex visualization functions are added to the TADA package.

Usage

TADA_ColorPalette()

Value

A color palette based on the "Okabe-Ito" palette, extended to 15 colors, with modifications for use in mapping and graphing functions

Examples

TestColorPalette <- TADA_ColorPalette()