Description Usage Arguments Details Value References Examples
Generates multiple verbal fluency sequences using one_ffluency.
1 |
adjlist |
a list containing row indices of nodes adjacent node to the ith node as created by get_adjlist. |
n |
integer vector specifying for each sequence the maximum numbers of
productions. Function may return fewer than |
pjump |
numeric specifying the probability of a jump. |
type |
integer controlling network start and jump nodes.
For |
string |
logical specifying whether the output should be of mode character. |
For details see one_ffluency.
List of character vectors containing the indices of the fluency productions. Indices refer to the row of the item in the original adjacency matrix. See get_adjlist.
Wulff, D. U., Hills, T., & Mata, R. (2018, October 29). Structural differences in the semantic networks of younger and older adults. https://doi.org/10.31234/osf.io/s73dp
Goni, J., Martincorena, I., Corominas-Murtra, B., Arrondo, G., Ardanza- Trevijano, S., & Villoslada, P. (2010). Switcher-random-walks: A cognitive- inspired mechanism for network exploration. International Journal of Bifurcation and Chaos, 20(03), 913-922.
1 2 3 4 5 6 7 8 9 | # generate watts strogatz graph
network = grow_ws(n = 100, k = 10)
# create verbal fluency sequences
ffluency(get_adjlist(network), c(10, 10))
# create verbal fluency sequence
# with high jump probability
ffluency(get_adjlist(network), c(10, 10), pjump = .5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.