update_board: update_board

Description Usage Arguments Value Author(s)

View source: R/update_board.R

Description

Updates the living and dead cells according to the Game of Life rules.

Usage

1
update_board(board, torify = TRUE)

Arguments

board

An n^2 binary matrix with living cells indicated by 1s.

torify

Logical indicating whether the board should be wrapped up into a torus to prevent inconsistencies at the edges (defaults to TRUE).

Value

An updated n^2 binary matrix with living cells indicated by 1s.

Author(s)

Alex Kalinka, alex.t.kalinka@gmail.com


alextkalinka/gameRlife documentation built on Jan. 4, 2022, 12:02 a.m.