plotValues.parframe {dMod} | R Documentation |
Plotting objective values of a collection of fits
Description
Plotting objective values of a collection of fits
Usage
## S3 method for class 'parframe'
plotValues(x, tol = 1, ...)
plotValues(x, ...)
Arguments
x |
data.frame with columns "value", "converged" and "iterations", e.g. a parframe. |
tol |
maximal allowed difference between neighboring objective values to be recognized as one. |
... |
arguments for subsetting of x |
[Package dMod version 1.0.2 Index]