bogglewalks: The data is a named list of possible boggle walks inside...

Description Usage Format Examples

Description

The possibilities in squares of size 16 are not yet exhausted.

Usage

1
data("bogglewalks")

Format

The format is: List of 3 $ 4 : int [1:24, 1:4] 1 1 1 1 1 1 2 2 2 2 ... $ 9 : int [1:784, 1:9] 1 1 1 1 1 1 1 1 1 1 ... ..- attr(*, "dimnames")=List of 2 .. ..$ : NULL .. ..$ : NULL $ 16: num [1:331259, 1:16] 8 16 1 6 10 16 6 11 16 8 ...

Examples

1
2
3
data(bogglewalks)
apply(bogglewalks[[2]],2,table)
## maybe str(bogglewalks) ; plot(bogglewalks) ...

vdweijer/games documentation built on Dec. 23, 2021, 3:02 p.m.