Rule2 {Rspc} | R Documentation |
Nine points in a row are on one side of the central line.
Rule2(x, cl, nPoints = 9, ...)
x |
Numerical vector |
cl |
central line, single number |
nPoints |
Sequence of consequtive points to be evaluated |
... |
unspecified arguments of a function |
0 means: ok
1 means: violation
inequality used during evaluation
Vector of the same length as x
Rule2(x = rnorm(20), cl=0, nPoints = 9)