phase.plots {dse2} | R Documentation |
Calculate phase plots
phase.plots(data, max.lag=5,diff=F)
data |
A matrix, time series matrix, or an object of class TSdata. |
max.lag |
The maximum number of shifts to plot |
diff |
If T the data is plotted against the difference with lagged values. |
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!
None
if(is.R()) data("egJofF.1dec93.data", package="dse1") phase.plots(egJofF.1dec93.data)