degree | R Documentation |
Description of the node degree calculation function.
degree(adj_matrix_func, adj_matrix_str, vertex_df)
adj_matrix_func |
the adjacency matrix for functional connectivity |
adj_matrix_str |
the adjacency matrix for structural connectivity |
vertex_df |
a data frame of node (or vertex) information |
This is an ancillary function that calculates the functional and structural degree of each network node using the functional and structural adjacency matrices, respectively.
a data frame to be incorporated into the network object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.