Learn R Programming

abn (version 3.1.1)

print.abnHeuristic: Print objects of class abnHeuristic

Description

Print objects of class abnHeuristic

Usage

# S3 method for abnHeuristic
print(x, digits = 2L, ...)

Value

prints the best score found and the distribution of the scores.

Arguments

x

Object of class abnHeuristic

digits

number of digits of the results.

...

additional parameters. Not used at the moment.