R/DIME.plot.fit.R

Defines functions DIME.plot.fit

Documented in DIME.plot.fit

DIME.plot.fit <-
function(data, obj, ...)
{
obj <- obj$best;
if (obj$name =="NUDGE"){
  nudge.plot.fit(data, obj, ...);
  }else if (obj$name=="iNUDGE"){
  inudge.plot.fit(data, obj, ...);
  }else{
  gng.plot.fit(data, obj, ...);
  }
}

Try the DIME package in your browser

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

DIME documentation built on May 9, 2022, 5:05 p.m.