Description Usage Arguments Value Examples
Convert SBN adjacency matrices to other useful formats.
1 2 3 4 5 | fun_convert_nwk(
adj_mtx,
out = c("dwn_adj", "unwtd_adj", "wtd_adj", "ig", "dwn_ig", "unwtd_ig", "n2n_dist",
"unwtd_n2n_dist")
)
|
adj_mtx |
SBN mtx |
out |
One of 8 possible output formats |
An adjacency matrix
1 2 3 4 | ## Not run:
fun_convert_nwk(mtx, "ig")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.