plot_IPHC_ser_ABCD | R Documentation |
Plotting series.
plot_IPHC_ser_ABCD(
series_ABCD_full,
plot_type = "AB",
x_lim = c(1995, 2022),
y_lim = NULL,
shift = 0.15,
tck_length = -0.02,
ser_A_col = "blue",
ser_B_col = "red",
ser_C_col = "orange",
ser_D_col = "darkgreen",
legend_text = NULL,
x_lab = "Year",
y_lab = "Catch rate index (numbers per effective skate)",
gap_ci = 0.5,
...
)
series_ABCD_full |
list containing tibbles for |
plot_type |
one of
|
x_lim |
x limits |
y_lim |
y limits |
shift |
if plotting two then shift Series X to left and Y to right by
|
tck_length |
small tickmark lengths |
ser_A_col |
colour for Series A |
ser_B_col |
colour for Series B |
ser_C_col |
colour for Series C |
ser_D_col |
colour for Series D |
legend_text |
text to override default if desired |
x_lab |
x label to override default if desired |
y_lab |
y label to override default if desired |
gap_ci |
gap (units of 'height of letter O') between cirlce and whiskers for confidence intervals |
... |
further arguments to |
Single plot for Series A, B, C, D, or combination of two
Andrew Edwards
## Not run:
# See vignettes.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.