ojo_fill | R Documentation |
Add OJO styling to a ggplot
ojo_fill(numbers = 1:8)
numbers |
A vector of numbers to use for the color palette |
## Not run:
ggplot(ojo_example, aes(file_year, n_cases, color = court)) +
geom_line(size = 1.5) +
theme_ojo() +
ojo_color() +
scale_x_continuous(
breaks = 2010:2019,
limits = c(NA, 2019)
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.