R/correction.redundancy.R

correction.redundancy <-function(r,HXmax,Herror,finite){
	
    
    out<-.C("correctionredundancy",
            HXmax=as.double(HXmax),
            Herror=as.double(Herror[finite]),
            r=as.double(r),
            lengthRedundancy=as.double(length(r)))
    
	return(out$r)
	}

Try the MEET package in your browser

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

MEET documentation built on May 2, 2019, 1:45 p.m.