add_axes: Add axes to a ggplot

Description Usage Arguments Examples

Description

Add axes to a ggplot.

Usage

1
add_axes(width = 0.4)

Arguments

width

Width of the lines. Defaults to 0.4.

Examples

1
2
p <- ggplot(mtcars, aes(mpg, wt)) + geom_point()
p + add_axes()

lukereding/redinglib documentation built on May 25, 2019, 9:32 p.m.