View source: R/link_network_map.R
link_network_map2 | R Documentation |
Checks which vertices of a network object can be represented with features of a sf object with a lookup table.
link_network_map2(m, n, lkp, m_name = NULL, n_name = NULL)
m |
Object of class |
n |
Object of class |
lkp |
Lookup table, a |
m_name |
Optional character, name of field in |
n_name |
Optional character, name of vertex attribute in |
On success a list with two vectors, one of features in m
present
both in the lookup table and in n
, the other of nodes in n
present
both in the lookup table and in m
, -1
on error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.