Learn R Programming

wq (version 0.2-2)

plotSeas: Plots seasonal pattern composites for a time series

Description

Divides the time range for a monthly time series into four periods, and plots composites of seasonal pattern using boxplots.

Usage

plotSeas(x, ylab = NULL)

Arguments

Value

A plot (and the corresponding object of class "ggplot").

Details

The 4 composite patterns are plotted in a horizontal row for easier comparison. Experiment with the device aspect ratio (0.5 suggested) and size to get the clearest information. Boxes based on fewer than half of the maximum possible years available are outlined in red.

See Also

decompTs

Examples

Run this code
chl27 <- sfbayChla[, 's27']
plotSeas(chl27, ylab = 'Stn 27 Chl-a')

Run the code above in your browser using DataLab