Plot time series of daily detrended surface or bottom temperature for current year with climatology in the background.

plot_heatwave_year(
  shadedRegion = NULL,
  report = "MidAtlantic",
  varName = "Surface"
)

Arguments

shadedRegion

Numeric vector. Years denoting the shaded region of the plot (most recent 10)

report

Character string. Which SOE report ("MidAtlantic", "NewEngland")

varName

Character string. Which Variable to plot ("Surface", "Bottom", "withtrend") default variables Surface and Bottom are detrended; option to print surface including climate change signal is "withtrend"

Value

ggplot object