checkMaxSize {sequenceR} | R Documentation |
Check wave size
Description
Check that the size of a wave does not exceed the maximum allowed size.
Usage
checkMaxSize(n, nmax)
Arguments
n |
integer, size to be checked |
nmax |
integer, maximum allowed size |
Value
nothing - just stops execution with an error message if n>nmax
[Package sequenceR version 1.0.1 Index]