as.sudoku.matrix: as.sudoku.matrix

Description Usage Arguments Details Value Author(s)

View source: R/sudokuAlt.R

Description

Construct a Sudoku Game Object

Usage

1
2
## 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


sudokuAlt documentation built on Dec. 16, 2019, 1:23 a.m.