set_plot_style | R Documentation |
Helper to adjust styling of a plot
set_plot_style(
sero = "blueviolet",
ci = "royalblue1",
foi = "#fc0328",
sero_line = "solid",
foi_line = "dashed",
xlabel = "Age"
)
sero |
- color for seroprevalence line |
ci |
- color for confidence interval |
foi |
- color for force of infection line |
sero_line |
- linetype for seroprevalence line |
foi_line |
- linetype for force of infection line |
xlabel |
- x label |
list of updated aesthetic values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.