nip.rig | R Documentation |
Computes the proportion of non-intersecting pairs of interval in the RIG obtained using data.
nip.rig(s, t, e1, e2)
s |
Start points of intervals. |
t |
End points of intervals. |
e1 |
Vector of indices for the first interval in each pair. |
e2 |
Vector of indices for the second interval in each pair. |
Mean proportion of non-intersecting pairs.
s <- runif(10,0,1)
t <- runif(10,0,1)
e1 <- c(2,10,6,1,5)
e2 <- c(4,3,8,7,9)
nip.rig(s,t,e1,e2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.