check: function 'check'

Description Usage Arguments Details Value See Also

Description

check if generated sequence is constant, or has elements greater/smaller than the limit set by user.

Usage

1
check(items,result,element_range)

Arguments

items

a list of already generated items

result

numeric sequence that is to be checked

element_range

maximum and minimum values of elements of the numeric sequence

Details

Function compares result with elements of list items that have the same length as 'result' argument

Value

check outputs a list:

$result

numeric sequence that is later added items matrix in automaticTest

$fun

rule used to create the $result functioned that is later saved to rules list in createTest

See Also

createTest


ruleR documentation built on May 2, 2019, 5:49 p.m.