R/dim.spa.R

"dim.spa" <-function(x){
  if(class(x)!="spa"){
    stop("Error:  x is not of type spa")
  }
  dims=x$model$dims
  return(dims[-3])
}

Try the spa package in your browser

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

spa documentation built on May 30, 2017, 1:27 a.m.