R/to.bool.R

to.bool <-
function(rd,thr)

{rd_bool=norm.data(rd)

 rd_bool[rd_bool<thr]=0

 return(sign(rd_bool))}

Try the TDCor package in your browser

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

TDCor documentation built on May 2, 2019, 3:41 p.m.