plotMonthlyAnomaly | R Documentation |
Creates a time-series plot of annual temperature anomaly in the style required for AZMP reporting.
plotMonthlyAnomaly(
x,
y,
xlim,
ylim,
xlab = TRUE,
climatologyYears,
ylabel = TRUE,
plotSd = TRUE,
yaxs = TRUE,
plotPoints = TRUE
)
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. |
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.
Chantelle Layton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.