R/removezeros.R

removezeros <-
function(X){

return(X[X!=0])

}

Try the IBDhaploRtools package in your browser

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

IBDhaploRtools documentation built on May 2, 2019, 6:48 p.m.