getRuleNumber {CellularAutomaton} | R Documentation |
This method extracts the rule number from an instance of class "CellularAutomaton
".
ca$getRuleNumber()
getRuleNumber
returns the rule number for the automaton, provided that an elementary
rule was specified by the user. If the user supplied his/her own rule, then this method
returns -1.
John Hughes