check_network_sf | R Documentation |
Checks whether the proper packages are installed, whether the parameters are of the proper classes, whether the network-map link is possible, then performs the link.
check_network_sf(n, m, lkp = NULL, m_name = NULL, n_name = "vertex.names")
n |
A |
m |
A |
lkp |
An optional lookup table. |
m_name |
Optional |
n_name |
Optional |
A list with a network
or igraph
object with only the
vertices present in the sf
object as the first element and 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.