R/PathList.R

`PathList` <-
function(C,D){
    L <- nrow(C)
    for(i in D:1) {
        L <- c(C[L[1],i],L)
    }
    return(L)
}
thmild/histogram documentation built on May 31, 2019, 10:45 a.m.