powered by
Construct a Vacant Game Structure
emptyGame(n = 3)
an integer value between 2 and 5 inclusive.
An empty sudoku game structure
Returns a vacant game structure to allow special patterns to be constructed, as shown in the example.
# NOT RUN { g <- emptyGame(4) diag(g) <- LETTERS[1:16] plot(g) g %>% solve %>% plot -> sg ## %>% imported from magrittr # }
Run the code above in your browser using DataLab