plot_IPHC_ser_four_panels_ABCD | R Documentation |
Defaults to Series A, B, A and B scaled, and AB. Haven't generalised
plot_IPHC_ser_ABCD()
to combinations with C and D yet (though does them
individually).
plot_IPHC_ser_four_panels_ABCD(
series_ABCD_full,
sp = NULL,
line_title = -2,
y_lim = NULL,
...
)
series_ABCD_full |
list containing tibbles for |
sp |
species common name |
line_title |
for tweaking species title |
y_lim |
y limits, if NULL (default) then automatically calculated |
... |
further arguments to |
simple panel plot of four figures
Andrew Edwards
## Not run:
series_ABCD_full <- calc_iphc_full_res(yelloweye_rockfish$set_counts)
plot_IPHC_ser_four_panels_ABCD(series_ABCD_full, "yelloweye rockfish")
# and see vignette
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.