R/normscore.row.R

normscore.row <-
function(a)
{
    for(i in 1:nrow(a)) a[i,]<-normal_trafo(a[i,])
    return(a)
}

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.