Description Usage Arguments Examples
View source: R/network-tools.r
Number of jumping transitive triplets (JTT) in a graph. A JTT between three nodes i,j, and k is defined as the situation that when there is a (directed) edge from i to j and an edge from j to k there is also a direct edge from i to k. In an undirected situation we can think of any undirected edge as two directed edges between the two nodes involved.
1 |
data |
data set |
from_id |
name of the variable of edge tails |
to_id |
name of the variable of edge heads |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.