View source: R/weighted_projection_function.R
weighted_projection | R Documentation |
This takes the one-mode projection of a weighted two-mode network. Where the ties in the one-mode network are an aggregation of shared event weights.
weighted_projection(DF)
DF |
A dataframe with three columns - actor, event, weight |
Dataframe edgelist of the one-mode network with 3 columns - node1, node2, weight
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.