plotValues: Plotting objective values of a collection of fits

View source: R/plots.R

plotValues.tbl_dfR Documentation

Plotting objective values of a collection of fits

Description

Plotting objective values of a collection of fits

Usage

## S3 method for class 'tbl_df'
plotValues(dMod.frame, hypothesis = 1, ..., tol = 1)

## S3 method for class 'parframe'
plotValues(x, tol = 1, ...)

plotValues(x, ...)

Arguments

...

arguments for subsetting of x

tol

maximal allowed difference between neighboring objective values to be recognized as one.

x

data.frame with columns "value", "converged" and "iterations", e.g. a parframe.


dkaschek/dMod documentation built on July 27, 2023, 11:45 p.m.