plotPars: Plot parameter values for a fitlist

View source: R/plots.R

plotPars.tbl_dfR Documentation

Plot parameter values for a fitlist

Description

Plot parameter values for a fitlist

Usage

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

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

plotPars(x, ...)

Arguments

...

arguments for subsetting of x

nsteps

number of steps from the waterfall plot

tol

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

x

parameter frame as obtained by as.parframe(mstrust)


dkaschek/dMod documentation built on April 23, 2024, 5:18 p.m.