View source: R/estimate_network.R
| build_cor | R Documentation |
Convenience wrapper for build_network(method = "cor").
Computes Pearson correlations from numeric data.
build_cor(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
data(srl_strategies)
net <- build_cor(srl_strategies)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.