print.sudoku {sudokuAlt}R Documentation

Print a Sudoku Object

Description

Print a Sudoku Object

Usage

## S3 method for class 'sudoku'
print(x, ...)

Arguments

x

The sudoku game object

...

extra arguments (ignored)

Details

Prints a sudoku object in an easily recognisable form.

Value

the object, invisibly

Author(s)

Bill Venables


[Package sudokuAlt version 0.2-1 Index]