R/set0.R

set0<-Vectorize(function(x,y){
if(y==T){
  return(0.00)
}else{
  return(x)
}
})
JARS3N/regQC documentation built on May 5, 2019, 3:48 a.m.