Description Usage Arguments Details Value See Also
View source: R/createSocialNetworks.r
This function return the set of all social networks from a Veritas dataset.
1 | createSocialNetworks(veritas_split, group_scale = TRUE)
|
veritas_split |
A list of veritas data for a all participants.
See |
group_scale |
Boolean. Declare if the number of vertex generated from group are scaled to the square root. |
Generates a set of igraph networks, each of which includes a participant and the people linked to him (either reported individually or from groups).
A List of igraph networks.
This function is a wrapper of createSingleSocialNetwork()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.