Description Usage Arguments Value See Also Examples
Kateri's ggplot2 theme: black border, no ticks, no grid lines.
1 2 3 | theme_kateri(base_size = 16, base_family = "", ...)
kateri_theme(base_size = 16, base_family = "", ...)
|
base_size |
Base font size |
base_family |
Base font family |
... |
Passed to |
An object as returned by theme
1 2 3 | library(ggplot2)
ggplot(mtcars, aes(y=mpg, x=disp, colour=factor(cyl))) +
geom_point() + theme_kateri()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.