# NOT RUN {
# }
# NOT RUN {
# get fluency data
data(animal_fluency)
# edge list of fluency graph
edge_list = threshold_graph(animal_fluency[1:20])
# get adjacency matrix
adj = edg_to_adj(edge_list)
# plot
network_plot(adj)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab