get_names {memnet} | R Documentation |
Function extracts names from objects created from edgelists and adjacency matrices.
get_names(dat)
dat |
numeric or character matrix containing an edgelist or adjacency matrix. |
lists of character vectors.
# get fluency data data(animal_fluency) # edge list of fluency graph edge_list = threshold_graph(animal_fluency) # get names get_names(edge_list)