R/one.gene.LA.R

one.gene.LA <-
function(array, x) # x is a row of the array, or a factor
{
    b<-x * t(array)
    d<-array %*% b
    d
}

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.