CellNeighbors | Cellzilla2D Home |
Description
Determines the neighbors of a cell in a tissue.
Needs["Cellzilla2D`"];
Return Value
CellNeighbors[tissue, n] returns a list of cell numbers that are neighbors of cell n in the tissue.
CellNeighbors[tissue] returns a list of lists of neighbors, for all the cells in the tissue.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also