tau_guide_gridlines: Control showing of axis gridlines

Description Usage Arguments References Examples

Description

Control showing of axis gridlines

Usage

1
tau_guide_gridlines(tau, show_x = TRUE, show_y = TRUE)

Arguments

tau

taucharts object

show_x, show_y

if TRUE, show the gridline

References

http://api.taucharts.com/basic/guide.html

Examples

1
2
3
4
5
if (interactive()) {
tauchart(mtcars) %>%
  tau_point("mpg", "wt") %>%
  tau_guide_gridlines(FALSE, FALSE)
}

hrbrmstr/taucharts documentation built on May 17, 2019, 5:14 p.m.