R/Tabulate.R

Defines functions Tabulate

Tabulate = function(bin)
{
    bin = match(bin,unique(bin),0)
    .Internal(tabulate(bin, max(bin)))
}
hetong007/SegCN documentation built on May 17, 2019, 3:43 p.m.