tests/testthat/test-tools.R

# 
# Test the image() function, just by making sure the code runs
# 

mod <- ca_library("gameoflife")
initmm <- generate_initmat(mod, c(0.5, 0.5), 10, 10)
image(initmm)
image(initmm)

Try the chouca package in your browser

Any scripts or data that you put into this service are public.

chouca documentation built on May 29, 2024, 6:12 a.m.