L_border: Axes along the bottom and left

Description Usage Value Examples

View source: R/plotHelp.R

Description

Modify ggplot theme such that only the bottom X axis and left Y axis are shown making an "L"

Usage

1

Value

A ggplot theme object

Examples

1
2
3
df <- data.frame(x = rnorm(1000), y = 0)
p1 <- ggplot(shuf(df), aes(x=x, y=y, colour=x)) + geom_point()
p1

caleblareau/BuenColors documentation built on March 7, 2020, 3:34 p.m.