nip.rcag | R Documentation |
Computes the proportion of non-intersecting pairs of arcs in the RCAG obtained using data.
nip.rcag(s, t, e1, e2)
s |
Start points of arcs. |
t |
End points of arcs. |
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 <- circular::rcircularuniform(10)
t <- circular::rcircularuniform(10)
e1 <- c(2,10,6,1,5)
e2 <- c(4,3,8,7,9)
nip.rcag(s,t,e1,e2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.