powered by
embedd(x, m, d, lags)
library(scatterplot3d) x <- window(rossler.ts, start=90) xyz <- embedd(x, m=3, d=8) scatterplot3d(xyz, type="l")
Run the code above in your browser using DataLab