View source: R/estimate_network.R
| build_cna | R Documentation |
Convenience wrapper for build_network(method = "co_occurrence").
Computes co-occurrence counts from binary or sequence data.
build_cna(data, ...)
data |
Data frame (sequences or per-observation frequencies) or a square symmetric matrix (correlation or covariance). |
... |
Additional arguments passed to |
A netobject (see build_network).
build_network, cooccurrence for
delimited-field, bipartite, and other non-sequence co-occurrence formats.
seqs <- data.frame(V1 = c("A","B","C"), V2 = c("B","C","A"))
net <- build_cna(seqs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.