gglagplot: Time series lag ggplots

Description Usage Arguments Value Author(s) See Also Examples

Description

Plots a lag plot using ggplot.

“gglagplot” will plot time series against lagged versions of themselves. Helps visualising 'auto-dependence' even when auto-correlations vanish.

“gglagchull” will layer convex hulls of the lags, layered on a single plot. This helps visualise the change in 'auto-dependence' as lags increase.

Usage

1
2
3
4
5
gglagplot(x, lags = 1, set.lags = 1:lags, diag=TRUE,
  diag.col="gray", do.lines = TRUE, colour = TRUE, continuous = TRUE,
  labels = FALSE, seasonal = TRUE, ...)
gglagchull(x, lags = 1, set.lags = 1:lags, diag=TRUE,
  diag.col="gray", ...)

Arguments

x

a time series object (type ts).

lags

number of lag plots desired, see arg set.lags.

set.lags

vector of positive integers specifying which lags to use.

diag

logical indicating if the x=y diagonal should be drawn.

diag.col

color to be used for the diagonal if(diag).

do.lines

if TRUE, lines will be drawn, otherwise points will be drawn.

colour

logical indicating if lines should be coloured.

continuous

Should the colour scheme for years be continuous or discrete?

labels

logical indicating if labels should be used.

seasonal

Should the line colour be based on seasonal characteristics (TRUE), or sequential (FALSE).

...

Not used (for consistency with lag.plot)

Value

None.

Author(s)

Mitchell O'Hara-Wild

See Also

lag.plot

Examples

1
2
3
4
5
6
7

pli2016/forecast documentation built on May 25, 2019, 8:22 a.m.