View source: R/Affichesudoko.R
AfficheSudoko | R Documentation |
Affichage d'un sudoku
AfficheSudoko(z, Couleur)
z |
: Une matrice |
Couleur |
: une matrice qui contient des 0 et des 1 |
: Plot de la grille du sudoku
AIT MOULAY ABDERRAHIM
A = Suduko() A= genererSoduko(A,50) Couleur = matrix (0,9,9) AfficheSudoko(A,Couleur)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.