set_plot_style {serosv} | R Documentation |
Helper to adjust styling of a plot
Description
Helper to adjust styling of a plot
Usage
set_plot_style(
sero = "blueviolet",
ci = "royalblue1",
foi = "#fc0328",
sero_line = "solid",
foi_line = "dashed",
xlabel = "Age"
)
Arguments
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 |
Value
list of updated aesthetic values
[Package serosv version 1.1.0 Index]