Given vertex data and a threshold, find the connected
component of a graph representing a bic_obj
connected_components(obj_graph, data_map, data_range)
obj_graph | The |
---|---|
data_map | A set of data corresponding to the vertices |
data_range | A two-component vector giving lower and upper bounds for vertices to include when generating connected components |
a data frame of vertices after thresholding indicating the vertex id, the cluster it's a member of, and the size of its cluster