OK, I wasn't clear enough but got your attention..Thanks. Let's say that I have a series of data {x1,x2...xi...xn} that represents the duration of time between two adjacent heart beats. The pointcare plot is the representation of the points [xi,x(i+1)] and that can be achieved to by the XYGraph function. Using this graphic, it is expected that adjacent intervals with almost similar values will form a cloud (circular, eliptic or with more complex shapes) centered around the average values of the xi. Now, unusual changes between adjacent xi values in the time series (lower or higher x(i+1)) will result in points outside of the primary cloud. This is an easy way to identify abrupt changes in a time series.
The step I'm blocked with is that, after I used the XY graph, I would like to use the mouse the visually draw the border of the primary cloud and extract the indexes of the point in or and points outside the border separately. Is that make more sens?
Again, I really appreciate your help for that.
Olivier