.IPDCpp | R Documentation |
An internal function to compute the IPD of a GTuples; ; only used for tuples of size > 2.
.IPDCpp(pos1, internal_pos, posm)
pos1 |
An integer vector. |
internal_pos |
An integer matrix. |
posm |
An integer vector. |
An integer matrix with the same number of rows as internal_pos and number of columns equal to size - 1.
This function silently coerces numeric matrices to integer matrices and does integer subtraction. This will give unexpected results but it's not a problem for me since I only use it on integer matrices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.