remove_transitive_edges | R Documentation |
Remove transitive edges from an edgelist. This procedure is temporary to cover a bug in 'relations' package.
remove_transitive_edges(E)
E |
edge list, built from "build_topology_subset" |
a new edgelist without transitive edges (as a N*2 matrix)
l <- list(c(1,2),c(2,3), c(1,3)) remove_transitive_edges(l)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.