easy_grid: So many grid options... So little time

Description Usage Arguments Value Examples

View source: R/beautify.R

Description

So many grid options... So little time

Usage

1
easy_grid(color, linetype, axis = "both", major.only = FALSE)

Arguments

color

the color of the grid

linetype

the type of line for the grid

axis

"x" for x-axis only, "y" for y-axis only, "both" for both

major.only

should only the major tick marks correspond with grid lines

Value

the desired grid

Examples

1
plt + easy_grid("white", "dashed")

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