R/DynamicList.R

`DynamicList` <-
function(C,B,D) {
    L <- PathList(C,D) + 1
    bounds <- B[L]
    return(bounds)
}
thmild/histogram documentation built on May 31, 2019, 10:45 a.m.