Description Usage Value Examples
Modify ggplot theme such that only the bottom X axis and left Y axis are shown making an "L"
1 | L_border()
|
A ggplot theme object
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.