scale_color_callier: Create a ggplot Color Scale Using Callier Center Colors

Description Usage Arguments See Also

Description

scale_color_callier() creates a discrete color scale using Callier Center colors, which can be added to a ggplot object.

Usage

1
scale_color_callier(scheme, steps, ...)

Arguments

scheme

A character vector that must be matched by 'qual' (qualitative palette), 'seq' (sequential palette), or 'div' (diverging palette).

steps

An integer, the number of colors in the scale.

...

optional arguments passed to CallierSequential(), CallierDiverging(), or scale_color_manual().

See Also

CallierQualitative, CallierSequential, and CallierDiverging for the color palette constructors; scale_color_manual and discrete_scale for the ggplot scale constructors.


patrickreidy/callierr documentation built on May 24, 2019, 8:22 p.m.