connectedComponentsCells Q
i1 : Q = cellCollection {{1,1},{2,1},{3,3},{4,3},{4,4}};
i2 : netList connectedComponentsCells Q +------+------+------+ o2 = |{1, 1}|{2, 1}| | +------+------+------+ |{3, 3}|{4, 3}|{4, 4}| +------+------+------+
The object connectedComponentsCells is a method function with options.
The source of this document is in PolyominoIdeals.m2:1722:0.