plot_outbreak {dfoliatR} | R Documentation |
Produce a stacked plot to present composited, site-level insect outbreak chronologies
Description
Produce a stacked plot to present composited, site-level insect outbreak chronologies
Usage
plot_outbreak(x, disp_index = c("GSI", "NGSI"), label_defol = "% defoliated")
Arguments
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" |
Examples
data(dmj_obr)
plot_outbreak(dmj_obr)
# Change middle panel display from the default "NGSI" to "GSI"
plot_outbreak(dmj_obr, disp_index = "GSI")
[Package dfoliatR version 0.3.0 Index]