phasePlots: Calculate Phase Plots

Description Usage Arguments Details Value Side Effects Examples

View source: R/dse2.R

Description

Calculate phase plots

Usage

1
    phasePlots(data, max.lag=1,diff=FALSE)

Arguments

data

A matrix, time series matrix, or an object of class TSdata.

max.lag

The maximum number of shifts to plot

diff

If TRUE the data is plotted against the difference with lagged values.

Details

Non-linearities may show up as a non-linear surface, but this is a projection so, for example, a spherical space would not show up. Some sort of cross-section window would show this but require even more plots. A good statistical test would be better!

Value

None

Side Effects

A plot of (the phase space) the data against (differenced) lagged values is produced.

Examples

1
2
data("egJofF.1dec93.data", package="dse")
phasePlots(egJofF.1dec93.data)

dse documentation built on March 26, 2020, 7:12 p.m.