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