Customise Y axis ticks.

b_ytick(p, axis = "y", count = NULL, outer = TRUE, ...)

Arguments

p

an object of class billboard.

axis

target axis.

count

set to count.

outer

set to position outside chart.

...

any other parameter.

Examples

mtcars %>% b_board(wt) %>% b_spline(mpg) %>% b_spline(drat, axis = "y2") %>% b_ytick(count = 10) %>% b_ytick("y2", outer = FALSE)