R/zero.dup.s

"zero.dup"<-
function(x, dig = 6)
{
	ifelse(duplicated(signif(x, dig)), 0, x)
}

Try the bqtl package in your browser

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

bqtl documentation built on Sept. 8, 2023, 5:44 p.m.