appendParframes: Make a column "parframes" out of "fits"

View source: R/dModFrameClass.R

appendParframesR Documentation

Make a column "parframes" out of "fits"

Description

Most plotting functions rely on a column "parframes" to be existent in the dMod.frame

Usage

appendParframes(
  dMod.frame,
  parframes = list(as.parframe(fits)),
  keepFits = F,
  ...,
  keepCalls = F
)

Arguments

dMod.frame

A dmod.frame, preferably with a column fits.

parframes

Expression to turn a column containing a parlist (e.g. fits) into a column of parframes

keepFits
...

Other columns you want to mutate

keepCalls

Store a record of the calls in a new colun? See mutatedMod.frame.

Value

The dMod.frame containing the column "parframes"


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