as.sudoku.matrix {sudokuAlt} | R Documentation |
Construct a Sudoku Game Object
## S3 method for class 'matrix'
as.sudoku(x, ...)
x |
An n^2 x n^2 matrix |
... |
other arguments (currently ignored) |
Coerce a matrix to an object that can be used as a sudoku game
An object of class 'sudoku'
Bill Venables