plotMonthlyAnomaly: Plot monthly time series

plotMonthlyAnomalyR Documentation

Plot monthly time series

Description

Creates a time-series plot of annual temperature anomaly in the style required for AZMP reporting.

Usage

plotMonthlyAnomaly(
  x,
  y,
  xlim,
  ylim,
  xlab = TRUE,
  climatologyYears,
  ylabel = TRUE,
  plotSd = TRUE,
  yaxs = TRUE,
  plotPoints = TRUE
)

Arguments

x

a vector indicating the times of observations

y

a vector indicating the observations

xlim

Optional limit for x axis

ylim

Optional limit for y axis

xlab

Logical indicating whether to label the x axis

climatologyYears

Vector of length two indicating the climatology years

ylabel

Logical indicating whether to label the y axis

plotSd

Logical indicating whether to add +/- 0.5 standard deviation lines on plot of the annual anomaly over the defined climatology period.

yaxs

Logical indicating whether to have a labelled y-axis

plotPoints

Logical indicating whether or not to plot data as points, or as lines with lty = 2.

Details

The current format of the figure is for a specific user. It is similar in nature to plotAnnualAnomaly, but is behind in development as it is not frequently used.

Author(s)

Chantelle Layton


clayton33/csasMarPhys documentation built on June 8, 2025, 3:10 a.m.