cooccurrence_net-class | R Documentation |
Object that is returned e.g. be the function feature_network
.
adjacency_matrix
Adjacency matrix of row- and column-element co-occurences.
threshold
Estimated threshold for the co-occurence adjacency matrix.
All values lower than that in the matrix should be
discarded. (Note that the indicated threshold is not
applied to the adjacency_matrix
)
cooccurrence_net(adjacency_matrix=matrix(seq(1:16), nrow=4), threshold=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.