powered by
Plot a Sudoku Game
# S3 method for sudoku plot( x, ..., cex = 1.5 - (n - 3)/2, colSolution = "grey", colGame = "fire brick" )
The sudoku game
additional arguments
Character expansion factor
colour to be used for the solution (if present)
colour to be used for the original game
The sudoku game x, invisibly.
x
Present a graphical display of a sudoku game and its solution if the game is solved
# NOT RUN { set.seed(20191) makeGame(4, gaps = 0) %>% plot(cex=1) -> sg # }
Run the code above in your browser using DataLab