Description Usage Arguments Value See Also Examples
theme that includes black border only on the x- and y- axis, removes grid lines and background, moves axis labels closer to axes, and allows flexibility in font and font szie
1 | theme_cbds(base_size = 12, base_family = "", ...)
|
base_size |
Base font size (default: 12) |
base_family |
Base font size (default: "sans") |
... |
Arguments passed to |
An object as returned by theme
1 2 3 4 | require(ggplot2)
ggplot(iris, aes(x = Sepal.Length, y = Sepal.Width)) +
geom_point() +
theme_cbds()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.