print.sudoku {sudokuAlt} | R Documentation |
Print a Sudoku Object
## S3 method for class 'sudoku'
print(x, ...)
x |
The sudoku game object |
... |
extra arguments (ignored) |
Prints a sudoku object in an easily recognisable form.
the object, invisibly
Bill Venables