calculateConstraints function

calculateConstraints

calculateConstraints

Calculates constraints for plotting data..

calculateConstraints(results,x_axis=1,y_axis=2,constraints=NULL)

Arguments

  • results: results from ExPosition (i.e., $ExPosition.Data)
  • x_axis: which component should be on the x axis?
  • y_axis: which component should be on the y axis?
  • constraints: if available, axis constraints for the plots (determines end points of the plots).

Returns

Returns a list with the following items:

  • $constraints: axis constraints for the plots (determines end points of the plots).

Author(s)

Derek Beaton

  • Maintainer: Derek Beaton
  • License: GPL-2
  • Last published: 2019-01-07

Useful links