Macaulay2 » Documentation
Packages » PolyominoIdeals » cellCollection
next | previous | forward | backward | up | index | toc

cellCollection -- Create a collection of cells

Description

In the plane, a cell can be represented by the coordinates of its lower-left corner. This function constructs a collection of cells from a given list of such coordinates.

i1 : L = {{1,1}, {2,1}, {2,2}}

o1 = {{1, 1}, {2, 1}, {2, 2}}

o1 : List
i2 : Q = cellCollection L

o2 = {{1, 1}, {2, 1}, {2, 2}}

o2 : CollectionOfCells

Ways to use cellCollection:

  • cellCollection(List)

For the programmer

The object cellCollection is a method function with options.


The source of this document is in PolyominoIdeals.m2:1036:0.