Learn R Programming

CellularAutomaton (version 1.1-1)

getLattice.CellularAutomaton: Lattice of Cells of a One-Dimensional Cellular Automaton

Description

This method extracts the matrix of cells from an instance of class CellularAutomaton.

Arguments

Value

getLattice returns a matrix of nonnegative integers. Each row of the matrix represents one generation in the evolution of the automaton.

Details

ca$getLattice()