Description Usage Examples
Move tick marks inside the y-axis.
1
move_ticks_inside_y()
1 2
p <- ggplot(mtcars, aes(mpg, wt)) + geom_point() p + move_ticks_inside_y()
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.