Description Usage Arguments Value Examples
View source: R/is_unweighted.R
Test whether a network is unweighted
1 | is_unweighted(network)
|
network |
the network to analyze |
true if the input network is a square logical or numeric matrix
1 2 3 | data(gold_standard)
adj <- adjacency_matrix_from_list(gold_standard)
is_unweighted(adj) ## returns TRUE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.