R/plotens.R

"plotens" <-
function(x,y,grid,number,lims,title,n.pages.4){
   x.lim <- c(min(x,na.rm=TRUE),max(x,na.rm=TRUE))
   y.lim <- c(min(y,na.rm=TRUE),max(y,na.rm=TRUE))
   count <- NULL
   for(j in 1:number){
     count <- n.pages.4 + j
     title.n <- paste(title,count)
     ens.plot(grid[,,j],lims,x.lim,y.lim,title.n)
   }
}

Try the ProbForecastGOP package in your browser

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

ProbForecastGOP documentation built on May 2, 2019, 3:42 a.m.