check_pairwise {mappoly} | R Documentation |
Check if all pairwise combinations of elements of input.seq
are contained in twopt
Description
Check if all pairwise combinations of elements of input.seq
are contained in twopt
Usage
check_pairwise(input.seq, twopt)
Arguments
input.seq |
An object of class |
twopt |
An object of class |
Value
If all pairwise combinations of elements of
input.seq
are contained in twopt
, the function
returns 0. Otherwise, returns the missing pairs.
[Package mappoly version 0.4.1 Index]