Accepts a TimeSeriesChartData observable and converts it to an observable of IterateChartData
for the specified n-iterate. suppose that f[0](x) = x, f[1](x) = f(x), f[2](x) = f(f(x)),
f[3](x) = f(f(f(x))), and f[m](x) = f(f(f....(x))), where the function is applied m times. Given this,
then an iterate (Poincare) plot shows points (f[m](x), f[m+1](x)), which is a 1-iterate. Plots of
points (f[m](x), f[m+n](x)) are n-iterates.
Accepts a TimeSeriesChartData observable and converts it to an observable of IterateChartData for the specified n-iterate. suppose that
f[0](x) = x,f[1](x) = f(x),f[2](x) = f(f(x)),f[3](x) = f(f(f(x))), andf[m](x) = f(f(f....(x))), where the function is appliedmtimes. Given this, then an iterate (Poincare) plot shows points(f[m](x), f[m+1](x)), which is a 1-iterate. Plots of points(f[m](x), f[m+n](x))are n-iterates.