plot_outbreak | R Documentation |
Produce a stacked plot to present composited, site-level insect outbreak chronologies
plot_outbreak(x, disp_index = c("GSI", "NGSI"), label_defol = "% defoliated")
x |
an 'obr' object produced by |
disp_index |
Identify the timeseries index to plot. Defaults to |
label_defol |
Allows users to change the bottom tile of the printed ouput to read what they'd like. Defaults to "% defoliated" |
data(dmj_obr)
plot_outbreak(dmj_obr)
# Change middle panel display from the default "NGSI" to "GSI"
plot_outbreak(dmj_obr, disp_index = "GSI")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.