plotSudoku_2 | R Documentation |
Affichage d'une grille de Sudoku
plotSudoku_2(M, Z)
M |
une matrice de Sudoku |
Z |
une matrice de Sudoku initiale (voir Shiny) |
plot la grille du Sudoku
plotSudoku_2(diag(1:9),matrix(c(0,1,1,rep(0,78)),9,9)+diag(1:9))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.