Description Usage Arguments Value Examples
quick function to remove the x/y axis
1 | util.theme.no.axis(axis = "x")
|
axis |
char, 'x','y' |
ggplot theme
1 2 3 4 5 | library(ggplot2)
ggplot(mtcars, aes(mpg, wt)) +
geom_point() +
util.lh2.theme() +
util.theme.no.axis('x')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.