R/fitted.ellipsefit.R

Defines functions fitted.ellipsefit

Documented in fitted.ellipsefit

fitted.ellipsefit <- function(object,...){
  return(data.frame("input"=object$pred.x,"output"=object$pred.y))
}

Try the hysteresis package in your browser

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

hysteresis documentation built on May 15, 2021, 1:09 a.m.