ccl_edges: Connected component border grid graph edges.

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Connected component directed edge vertex connections.

Usage

1

Arguments

m

A two dimensional numeric matrix.

Value

List of arrays for all directed edges for each connected component such that ccl_edges(mat)[[label]] yields an array in the form of $[ from_1, to_1, from_2, to_2, ... , from_n, to_n]$.

The first two sets of the returned array correspond to the starting index (in column major order) of the component within m.


Thell/ccloutline documentation built on July 10, 2020, 2:46 a.m.