print.minimax: Printing minimax Objects
Description
Print method for an object of class minimax.
Usage
# S3 method for minimax
print(x, iter = NULL, ...)
Arguments
x
An object of class minimax.
iter
Iteration number. if NULL, will be set equal to the last iteration.
...
Argument with no further use.