print.ExhaustiveSearch {ExhaustiveSearch}R Documentation

Print ExhaustiveSearch

Description

Prints a compact summary of the results of an ExhaustiveSearch object.

Usage

## S3 method for class 'ExhaustiveSearch'
print(x, ...)

Arguments

x

Object of class 'ExhaustiveSearch'.

...

Further arguments passed to or from other methods.

Value

No return value. The function is only called to print results to the console.

Author(s)

Rudolf Jagdhuber

See Also

ExhaustiveSearch()


[Package ExhaustiveSearch version 1.0.1 Index]