R/substract.R

substract <-
function(u,v)

{u[na.omit(match(v,u))]<-NA

 unique(na.omit(u))}

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.