View source: R/reduce_to_map.R
reduce_to_map | R Documentation |
Removes vertices from a network
or igraph
object which are not
present in the link vector produced by link_network_map
or
link_network_map2
.
reduce_to_map(n, link, n_name)
n |
A |
link |
A vector with the identifiers of the vertices to keep. |
n_name |
Name of the vertex attribute to filter on. |
A network
or igraph
object with only the vertices
listed in link
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.