R/fitted.geovol.R

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

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.