Description Usage Arguments Value Examples
Function extracts names from objects created from edgelists and adjacency matrices.
1 | get_names(dat)
|
dat |
numeric or character matrix containing an edgelist or adjacency matrix. |
lists of character vectors.
1 2 3 4 5 6 7 8 | # get fluency data
data(animal_fluency)
# edge list of fluency graph
edge_list = threshold_graph(animal_fluency)
# get names
get_names(edge_list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.