# Simulate Datasets
one <- sim.fluency(10)
# Compute similarity matrix
cos <- similarity(one, method = "cosine")
# Compute networks
net <- TMFG(cos)
# Compute global network measures
globmeas <- semnetmeas(net)
Run the code above in your browser using DataLab