R/fuse.Hst.ls.R

Defines functions fuse.Hst.ls

Documented in fuse.Hst.ls

fuse.Hst.ls <-
function(Hst.ls1, Hst.ls2) {
    tau <- length(Hst.ls1)
    for(i in 1:tau) {
        Hst.ls1[[i]] <- cbind( Hst.ls1[[i]], Hst.ls2[[i]] )
    }
    return(Hst.ls1)
}

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.