| life_game | R Documentation |
Life Game Simulation
life_game(
save_file = NULL,
size = 20,
time = 20,
fps = 0.75,
colors = c("black", "green4"),
...
)
save_file |
gif filename |
size |
size of the world |
time |
how many times the life game continue. |
fps |
fps, 0.75 |
colors |
c("green4", "black") |
... |
add |
a gif file
https://zhuanlan.zhihu.com/p/136727731
if (interactive()) life_game()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.