tau_guide_padding: Set overall chart padding

Description Usage Arguments References Examples

Description

Set overall chart padding

Usage

1
tau_guide_padding(tau, bottom = 0, left = 0, top = 0, right = 0)

Arguments

tau

taucharts object

bottom, top, left, right

amount of padding

References

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

Examples

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

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