Description Usage Arguments Value Author(s)
Returns the board as a data frame containing co-ordinates of the living cells.
1 | board_df(board, board_size, generation)
|
board |
An n^2 binary matrix with living cells indicated by 1s. |
board_size |
An integer specifying the size of the 2D array. |
generation |
A positive integer specifying the number of the focal generation. |
A data frame containing row
and column
columns, as well as the generation number.
Alex Kalinka, alex.t.kalinka@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.