Description Usage Arguments Value Examples
get_names
Get a list of variable names from a dyadNetwork object, e.g.
variable names for intra-partner connections for partner A
1 | get_names(ntwrk, part = ALL_NETWORK, time = ALL_NETWORK)
|
ntwrk |
a dyadNetwork object |
part |
which kind of variables to retrieve: INTRA_A - interconnections between partner A variables INTRA_B - interconnections between partner B variables INTER - connections between partner A to partner B variables STRENGTH - node strengths DENSITY - density of intra-partner A network, intra-partner B network and inter-partner networks and the ratio between inter-partner density to the average of intra-partner densities ALL_NETWORK - all variables |
time |
which network to retreive variables from: TEMPORAL - temporal network CONTEMP - contemporaneous network ALL_NETWORK - both |
a list of variable name strings
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.