R/coplot.R

Defines functions coplot.greyforecasting

coplot.greyforecasting <- function(...){
  gmobj <- list(...)
  for(i in 1:length(gmobj)){
    if(class(gmobj[i])!="greyforecasting"){
      stop("each argument should be class greyforecasting,stop in",i)
    }
  }
}
exoplanetX/greyforecasting documentation built on Jan. 17, 2022, 6:46 a.m.