fun_grid: Add grid

Description Usage Arguments Examples

Description

Add plot grid.

Usage

1

Arguments

p

Plot as initialised by funplot.

grid

Set to TRUE add grid (default).

Examples

1
2
3
4
funplot() %>%
  fun_add("(x ^ 2) - 3") %>%
  fun_grid() %>%
  fun_title("Show grid")

JohnCoene/funplot documentation built on May 26, 2019, 7:28 a.m.