plot_fig4: Plot Fig 4 from Zika risk assessment

Description Usage Arguments Value Examples

Description

This can take a long time to run, because the spatial plotting in ggplot can be slow.

Usage

1
plot_fig4(panels = NULL)

Arguments

panels

Optional character argument ("a", "b", "c") specifying individual desired panels to return. Accepts uppercase letters as well.

Value

A ggplot object for specified plot

Examples

1
2
3
4
5
6
plot_fig4()
plot_fig4(panels="a")

# It's suggested that you save plot:
fig4 <- plot_fig4()
save_plot("fig4.pdf", fig4, base_aspect_ratio = 3, base_height=5)

sjfox/rtZIKVrisk documentation built on May 30, 2019, 12:04 a.m.