R/get.B.inorder.R

get.B.inorder <-
function(c, B, p){
        
        B.inorder=NULL
        s=NULL
        for(j in 1: p){
         s = c(s, seq(j,,p,c-1))
        }
        
        B.inorder=B[,s]
        
     return(B.inorder)
}

Try the SODC package in your browser

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

SODC documentation built on May 2, 2019, 3:35 p.m.