R/ConvertData3.R

Defines functions ConvertData3

Documented in ConvertData3

ConvertData3 <-
function(N1,N2,List1){
NewList=c()
for(i in 1:length(List1)){
NewList=c(NewList,list(c((paste0(N1,List1[i])),(paste0(N2,List1[i])),c((List1[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.