sudokuAlt (version 0.2-0)

as.sudoku.matrix: as.sudoku.matrix

Description

Construct a Sudoku Game Object

Usage

# S3 method for matrix
as.sudoku(x, ...)

Arguments

x

An n^2 x n^2 matrix

...

other arguments (currently ignored)

Value

An object of class 'sudoku'

Details

Coerce a matrix to an object that can be used as a sudoku game