map_outputs.Rd
Create output map plot
map_outputs(
naomi_geom,
indicator,
calendar_quarter,
age,
sex_disag,
level = NULL,
colour_palette = "red",
fig_title = NULL,
legend_title = NULL,
legend_label = ggplot2::waiver(),
breaks = 6
)
Labelled naomi output object with geometry
The indicator to generate plot for
Naomi projection quarter to filter supplied data to.
The age group to include in plots
Sex diaggregation to use in plot,
Integer, corresponding to desired area level to filter supplied data to. Default is lowest area level available in supplied data.
Names or hexcode value for colour scale to be applied to to lowest and highest value in the supplied data. Can be specified as a preset colour palette using "red", "green" and "blue" or manually as a named list: cols = c( start_colour = "red", end_colour = "blue").
Title for the figure, blank by default
Title for the legend, blank by default
Legend label
Number of break points to create in scale
Mapped outputs