as.sudoku.matrix {sudokuAlt} | R Documentation |
as.sudoku.matrix
Description
Construct a Sudoku Game Object
Usage
## S3 method for class 'matrix'
as.sudoku(x, ...)
Arguments
x |
An n^2 x n^2 matrix |
... |
other arguments (currently ignored) |
Details
Coerce a matrix to an object that can be used as a sudoku game
Value
An object of class 'sudoku'
Author(s)
Bill Venables
[Package sudokuAlt version 0.2-1 Index]