R/colcenter.R

colcenter <-
function(X){
 X=t(t(X)-colMeans(X))
 return(X)
 }

Try the PCFAM package in your browser

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

PCFAM documentation built on May 2, 2019, 2:37 a.m.