R/naLas.R

naLas<-function(matrice){
  
  spia<-NA
  
  for(k in 1:length(matrice[,1]))
  {
    matrice[k,]<-moveNALeft(matrice[k,])
  }
  
  matrice
  
}

Try the PdPDB package in your browser

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

PdPDB documentation built on May 2, 2019, 2:09 a.m.