Theme for plots in publications, reports, Shiny apps, etc. Anywhere ggplot2 is used, you can use this theme!
Usage
theme_nrc(base_size = 12, legend = "none", flipped = FALSE)
Arguments
- base_size
The base size of text elements of the plot. (default 12)
- legend
The position of the legend. (default "none")
- flipped
Whether to flip the y-axis guide lines to show on the x-axis instead (default FALSE)