Add tick marks to x/y axis
A nicer set of default tick marks
1 2 3 | add_x_axis(ticks_x, labels = ticks_x, tick = TRUE, lwd = 0, lwd.ticks = 1)
add_y_axis(ticks_y, labels = ticks_y, tick = TRUE, lwd = 0, lwd.ticks = 1)
|
ticks_x |
location of x tick mark |
labels |
tick label |
tick |
Display tick mark |
lwd |
width of line |
lwd.ticks |
width of tick mark |
ticks_y |
location of y tick mark |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.