R/original.n.menor.R

original.n.menor <-
function (x, S1, S2) 
{
    length(which(S1 <= x[1] & S2 <= x[2]))
}

Try the metaSeq package in your browser

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

metaSeq documentation built on Nov. 8, 2020, 7:26 p.m.