Calculates constraints for plotting data..
calculateConstraints(results,x_axis=1,y_axis=2,constraints=NULL)
Returns a list with the following items:
axis constraints for the plots (determines end points of the plots).
results from ExPosition (i.e., $ExPosition.Data)
which component should be on the x axis?
which component should be on the y axis?
if available, axis constraints for the plots (determines end points of the plots).
Derek Beaton