Auxiliary function to calling individual Rule functions.
NelsonRules(ruleN, data, zoneB, limits, parRules = NULL, ...)
Name of individual Rule function "Rule1" to "Rule8"
Data to be checked, numerical vector
Vector of zones created by CalculateLimits
List of limit created by CalculateLimits
List of optional parameters for this particular rule
unspecified arguments of a function
Result of individual Rule function with predefined parameters
Handling the missing values:
Missing values are represented by the symbol NA - not available.
Rule 1: NAs do not violate this rule.
Rule 2-8: NAs are ignored, they do not break Rule evaluation. NA values are removed from the vector, the rule function is calculated and then the NAs are returned back to it's original position in the vector.