R/create.rm.ndx.ls.R

Defines functions create.rm.ndx.ls

Documented in create.rm.ndx.ls

create.rm.ndx.ls <-
function(n, xincmnt=10) {
    rm.ndx.ls <- list()
    for(i in 1:xincmnt) { xrm.ndxs <- seq(i, n+xincmnt, by=xincmnt) ; xrm.ndxs <- xrm.ndxs[ xrm.ndxs <= n ] ; rm.ndx.ls[[i]] <- xrm.ndxs }
    return( rm.ndx.ls )
}

Try the widals package in your browser

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

widals documentation built on Dec. 8, 2019, 1:07 a.m.