R/getWSListAllTimes.R

Defines functions `getWSListAllTimes`

`getWSListAllTimes` <-
function(S,WList) {
  allWSList <- vector("list",nrow(WList[[1]]))
  for(i in 1:nrow(WList[[1]])) 
    allWSList[[i]] <- getWSList(S, WList, i)
  allWSList
}

Try the ALS package in your browser

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

ALS documentation built on Aug. 25, 2022, 9:09 a.m.