create_unweighted_network: Generate unweighted directed network from word associations

Description Usage Arguments Value

View source: R/create_unweighted_network.R

Description

The number of cues and targets must be equal.

Usage

1

Arguments

cues

A factor of character vector. Unique values determine network nodes

targets

A factor of character vector. cue -> target associations determine network edges.

Value

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.


crcox/netbuildr documentation built on Dec. 19, 2021, 6:19 p.m.