| check_pairwise | R Documentation |
input.seq
are contained in twoptCheck if all pairwise combinations of elements of input.seq
are contained in twopt
check_pairwise(input.seq, twopt)
input.seq |
An object of class |
twopt |
An object of class |
If all pairwise combinations of elements of
input.seq are contained in twopt, the function
returns 0. Otherwise, returns the missing pairs.