R/retrouve.all.R

`retrouve.all` <-
function(assoc,res.structure,all.marq){

     nbre.marq	=	length(all.marq)
     Hap	=	res.structure$Hap
     num.all	=	Hap[assoc,]
     all	=	rep(NA,nbre.marq)

     for(i in 1:nbre.marq){

         all[i]=all.marq[[i]][num.all[i]]

     }

     res    =	paste(all,collapse="")

     res

}

Try the HAPim package in your browser

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

HAPim documentation built on May 2, 2019, 12:10 p.m.