Validates a collection of interpretation_result objects
Validates a collection of interpretation_result objects
Checks that a collection of interpretation_result objects has been correctly assembled for use in the plotting function.
validate_result_list(x)
Arguments
x: A list of interpretation_result objects, length at least 2. The objects may optionally be named. See Details.
Details
To be a valid group of interpretation_result objects, each of the items in x must be a valid interpretation_result, and they must all share some characteristics. Each of the component objects must have been generated using the same interpretation_set, with the same boundaries, and the low_to_high parameter must be the same.