check_seeds {LDATS} | R Documentation |
Check that the vector of numbers of seeds is conformable to integers greater than 0.
check_seeds(nseeds)
nseeds |
|
an error message is thrown if the input is improper, otherwise
NULL
.
check_seeds(1)
check_seeds(2)