R/scaledMat.R

Defines functions scaledMat

Documented in scaledMat

scaledMat <- function(x){
 newx=x/sqrt(diag(x) %*% t(diag(x)))
 return(newx)
 }

Try the iDINGO package in your browser

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

iDINGO documentation built on July 30, 2020, 5:14 p.m.