plot_IPHC_ser_four_panels_ABCD: Wrapper to plot four versions of Series A-D plots in one...

View source: R/plot-iphc.R

plot_IPHC_ser_four_panels_ABCDR Documentation

Wrapper to plot four versions of Series A-D plots in one figure, with species name as main title.

Description

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).

Usage

plot_IPHC_ser_four_panels_ABCD(
  series_ABCD_full,
  sp = NULL,
  line_title = -2,
  y_lim = NULL,
  ...
)

Arguments

series_ABCD_full

list containing tibbles for ser_longest etc., an output from calc_iphc_full_res

sp

species common name

line_title

for tweaking species title

y_lim

y limits, if NULL (default) then automatically calculated

...

further arguments to plot_IPHC_ser_ABCD()

Value

simple panel plot of four figures

Author(s)

Andrew Edwards

Examples

## 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)

pbs-assess/gfiphc documentation built on July 4, 2023, 1:13 p.m.