panel_background_color: Change the Panel Area Color for GGPlot

Description Usage Arguments Value Examples

View source: R/colors.R

Description

Change the Panel Area Color for GGPlot

Usage

1
panel_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 color scheme desired by user

Examples

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

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