Description Usage Arguments Value Author(s)
View source: R/build_ggboard.R
Creates a ggplot2
object of the Game of Life board for a data frame of 1 or more generations.
1 | build_ggboard(board_DF, board_size)
|
board_DF |
A data frame containing the co-ordinates of living cells, as produced by |
board_size |
An integer specifying the size of the 2D array. |
An object of class ggplot
.
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.