# NOT RUN {
# }
# NOT RUN {
# get fluency data
data(animal_fluency)
# edge list of fluency graph
edge_list = threshold_graph(animal_fluency[1:40])
# get adjacency matrix
adj = edg_to_adj(edge_list)
# plot
neighborhood_plot(adj, node = 'dog', k = 2)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab