validate_result_list: Validates a collection of interpretation_result objects

Description Usage Arguments Details

View source: R/plot_result_list.R

Description

Checks that a collection of interpretation_result objects has been correctly assembled for use in the plotting function.

Usage

1

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.


confinterpret documentation built on May 1, 2019, 8:41 p.m.