print.abnHeuristic {abn} | R Documentation |
Print objects of class abnHeuristic
Description
Print objects of class abnHeuristic
Usage
## S3 method for class 'abnHeuristic'
print(x, digits = 2L, ...)
Arguments
x |
Object of class |
digits |
number of digits of the results. |
... |
additional parameters. Not used at the moment. |
Value
prints the best score found and the distribution of the scores.
[Package abn version 3.1.1 Index]