getLattice.CellularAutomaton {CellularAutomaton}R Documentation

Lattice of Cells of a One-Dimensional Cellular Automaton

Description

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

Details

ca$getLattice()

Value

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

Author(s)

John Hughes


[Package CellularAutomaton version 1.0 Index]