Calculates constraints for plotting latent variables.
calculateLVConstraints(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 (with $lx and $ly) from TExPosition (i.e., $TExPosition.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