plot_sst_transition_dates_length.Rd
plot SST transition_dates
plot_sst_transition_dates_length(
season = NULL,
region = NULL,
shadedRegion = c(2012, 2022),
shade.fill = "lightgrey",
shade.alpha = 0.3,
hline.size = 1,
hline.alpha = 0.5,
hline.lty = "dashed"
)
Character string. Season to plot. (Default = NULL, plot all seasons)
Character vector. Regional EPUs ("GB","MAB") to overly on figure. (Default = NULL, use all)
Numeric vector. Years denoting the shaded region of the plot
Character string. Color of shaded region. (Default = "lightgrey)
Numeric scalar. Alpha of shaded region (Default = 0.5)
Numeric scalar Line width of horizontal line. (Default = 1)
Numeric scalar. Alpha of horizontal line (Default = 0.5)
Character string. Line type of horizontal line (Default = "dashed")
ggplot object