build_network.Rd
This function is used to derive a network object from a coordinate matrix.
build_network(net, center_index, edge)
a data frame containing columns named as x_center and y_center, which are the x and y coordinates of cells, respectively.
the index or name of the center cell.
the maximal length for an edge to exist.
a network object.