R/data.R

#' seed_glider
#'
#' A glider seed for the `gameRlife::game_of_life`.
#'
#' @name seed_glider
#' @details A matrix of co-ordinates.
#' @docType data
#' @keywords data
NULL


#' seed_random
#'
#' A random seed for the `gameRlife::game_of_life`: minimum board size of 50.
#'
#' @name seed_random
#' @details A matrix of co-ordinates. Minimum board size of 50.
#' @docType data
#' @keywords data
NULL


#' seed_random2
#'
#' A random seed for the `gameRlife::game_of_life`: minimum board size of 50.
#'
#' @name seed_random2
#' @details A matrix of co-ordinates. Minimum board size of 50.
#' @docType data
#' @keywords data
NULL


#' seed_random3
#'
#' A random seed for the `gameRlife::game_of_life`: minimum board size of 50.
#'
#' @name seed_random3
#' @details A matrix of co-ordinates. Minimum board size of 50.
#' @docType data
#' @keywords data
NULL


#' seed_random4
#'
#' A random seed for the `gameRlife::game_of_life`: minimum board size of 50.
#'
#' @name seed_random4
#' @details A matrix of co-ordinates. Minimum board size of 50.
#' @docType data
#' @keywords data
NULL
alextkalinka/gameRlife documentation built on Jan. 4, 2022, 12:02 a.m.