Methods for Function lines
Graphical methods for adding line segments to existing plots. methods
signature(x = "test.result")
: Add lines of the success rate versus the number of function evaluations for the test resulted provided as x
to the current plot. Any additional arguments to the method will be passed on to lines
. Typically this method is used to add new test results to an existing plot.lines
, test.result
.
Useful links