life {corona} | R Documentation |
The game of life.
Description
This specifies initial conditions, using a clumsy storage format as below.
Usage
life
Format
A data frame with 213 rows.
- x
x co-ordinate of an active cell
- y
y co-ordinate
- pattern
A name like 'blinker' — will be common to several rows, specifying a Game of Life pattern
Source
(internal generation)
[Package corona version 0.3.0 Index]