R/residuals.geovol.R

residuals.geovol <- function (object, as.zoo = TRUE, ...)
{
  
  if (as.zoo == TRUE) {
    object$residuals <- zoo(object$residuals)
  }
    return(object$residuals)
  
}

Try the geovol package in your browser

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

geovol documentation built on July 9, 2021, 9:09 a.m.