plotValues: Plotting objective values of a collection of fits

Description Usage Arguments

View source: R/plots.R

Description

Plotting objective values of a collection of fits

Usage

1
2
3
4
## 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


dMod documentation built on Jan. 27, 2021, 1:07 a.m.