mismatchHighStop {dataCompareR} | R Documentation |
mismatchHighStop Checks if we've exceeded threshold of mismatches
Description
mismatchHighStop Checks if we've exceeded threshold of mismatches
Usage
mismatchHighStop(trueFalseMatrix, maxMismatches)
Arguments
trueFalseMatrix |
a matrix of true/false |
maxMismatches |
number of mismatches at which the routine stops |
Value
Nothing. Stops if threshold exceeded
[Package dataCompareR version 0.1.4 Index]