R/rm.cols.Hst.ls.R

Defines functions rm.cols.Hst.ls

Documented in rm.cols.Hst.ls

rm.cols.Hst.ls <-
function(Hst.ls, rm.col.ndx) {
    tau <- length(Hst.ls)
    for(i in 1:tau) {
        Hst.ls[[i]] <- Hst.ls[[i]][  , -rm.col.ndx, drop=FALSE ]
    }
    return(Hst.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.