Description Usage Arguments Value
View source: R/create_unweighted_network.R
The number of cues and targets must be equal.
1 | create_unweighted_network(cues, targets)
|
cues |
A factor of character vector. Unique values determine network nodes |
targets |
A factor of character vector. |
A square adjacency matrix representing an unweighted directed network. Directed connections from row to column node.
For the associative networks, a pair of cues was connected by a directed link from the cue word to the target word if that cue-target relationship was reported in the association norms.
The rows and columns of the of the returned adjacency matrix are sorted in ascending order.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.