theme_jr | R Documentation |
theme_jr()
for ggplot2
Provides theme_jr()
for ggplot2
theme_jr(
base_size = 11,
base_family = "",
base_line_size = base_size/22,
base_rect_size = base_size/22
)
base_size |
base font size |
base_family |
base font family (LM Sans 10) |
base_line_size |
base size for line elements |
base_rect_size |
base size for rect elements |
Theme for ggplot2
df <- data.frame(x = runif(10), y = rnorm(10))
require(ggplot2)
ggplot(df, aes(x = x, y = y)) + geom_point() + theme_jr()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.