getLattice {CellularAutomaton} | R Documentation |
This method extracts the matrix of cells from an instance of class "CellularAutomaton
".
ca$getLattice()
getLattice
returns a matrix of nonnegative integers. Each row of the matrix represents one
generation in the evolution of the automaton.
John Hughes