sribasic: SRI basic theme and colors

Description Usage Format Examples

Description

Apply basic theme and colors to plots. This is a combination of theme_sri and sets the default color palette to "sricolors". Use for simple plots only with 1-5 qualitative colors

Usage

1

Format

An object of class list of length 3.

Examples

1
2
3
ggplot(iris, aes(Sepal.Length, Sepal.Width, color = Species)) +
geom_point(size = 3) +
sribasic

kmwest/test documentation built on May 7, 2019, 4:40 p.m.