R/examineFit.R

"examineFit" <-
  function(resultfitModel, opt = vector()) {
    if (length(opt) == 0) {
      plotoptions <- resultfitModel$currModel@optlist[[1]]
    } else {
      plotoptions <- opt
    }

    plotter(
      resultfitModel$currModel@modellist[[1]],
      resultfitModel$currModel,
      resultfitModel$currTheta,
      plotoptions
    )
  }

Try the TIMP package in your browser

Any scripts or data that you put into this service are public.

TIMP documentation built on Dec. 28, 2022, 3:06 a.m.