R/ConvertData2.R

Defines functions ConvertData2

Documented in ConvertData2

ConvertData2 <-
function(List1,List2,jjlist1){
NewList=c()
for(i in 1:length(List1)){
NewList=c(NewList,list(c("Name"=list(List1[[i]]),"DataName"=list(List2[[i]]),"DirectEffect"=list(jjlist1[[i]]))))
}
return(NewList)
}

Try the PathSelectMP package in your browser

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

PathSelectMP documentation built on May 2, 2019, 3:15 a.m.