plot_background_color: Change the Plot Area Color for GGPlot

Description Usage Arguments Value Examples

View source: R/colors.R

Description

Change the Plot Area Color for GGPlot

Usage

1
plot_background_color(fill_color, outline_color)

Arguments

fill_color

the fill – internal area – color

outline_color

the outline – border area – color

Value

a ggplot theme with desire color scheme by user

Examples

1
plt + plot_background_color("black", "black")

kamalakaze/ggeasy documentation built on May 14, 2019, 3:07 a.m.