Methods for Function points
Graphical methods for adding points to existing plots. methods
signature(x = "test.result")
: Add points with 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 points
. Typically this method is used to add new test results to an existing plot.points
, test.result
.
Useful links