Learn R Programming

mappoly (version 0.2.3)

check_pairwise: 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 mappoly.sequence

twopt

An object of class poly.est.two.pts.pairwise

Value

If all pairwise combinations of elements of input.seq are contained in twopt, the function returns 0. Otherwise, returns the missing pairs.