R/normscore.row.small.R

normscore.row.small <-
function(a)
{
    b<-t(apply(a, 1, normal_trafo))
    return(b)
}

Try the DCA package in your browser

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

DCA documentation built on May 2, 2019, 7:58 a.m.