Description Usage Arguments Examples
Add axes to a ggplot.
1
add_axes(width = 0.4)
width
Width of the lines. Defaults to 0.4.
1 2
p <- ggplot(mtcars, aes(mpg, wt)) + geom_point() p + add_axes()
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.