b_ytick.Rd
Customise Y axis ticks.
b_ytick(p, axis = "y", count = NULL, outer = TRUE, ...)
an object of class billboard.
billboard
target axis.
set to count.
set to position outside chart.
any other parameter.
mtcars %>% b_board(wt) %>% b_spline(mpg) %>% b_spline(drat, axis = "y2") %>% b_ytick(count = 10) %>% b_ytick("y2", outer = FALSE)