View source: R/build_network.R
build_network | R Documentation |
This function is used to derive a network object from a coordinate matrix.
build_network(net, center_index, edge)
net |
a data frame containing columns named as x_center and y_center, which are the x and y coordinates of cells, respectively. |
center_index |
the index or name of the center cell. |
edge |
the maximal length for an edge to exist. |
a network object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.