hr_scale_fill_colorblind {healthyR}R Documentation

Provide Colorblind Compliant Colors

Description

8 Hex RGB color definitions suitable for charts for colorblind people.

Usage

hr_scale_fill_colorblind(..., theme = "hr")

Arguments

...

Data passed in from a ggplot object

theme

Right now this is hr only. Anything else will render an error.

Details

This function is used in others in order to help render plots for those that are color blind.

Value

A gggplot layer

Author(s)

Steven P. Sanderson II, MPH

See Also

Other Color Blind: color_blind(), hr_scale_color_colorblind()


[Package healthyR version 0.2.2 Index]