View source: R/multiPersonIBD.R
minimalPattern | R Documentation |
Compute the minimal form of given multiperson IBD pattern.
minimalPattern(x)
x |
An integer vector of even length. |
An integer vector of the same length as x
.
v = c(1,2,2,3)
stopifnot(identical(minimalPattern(v), c(1,2,1,3)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.