R/matArr.R

matArr<-function(mat,dim){
  arr<-array(t(mat), dim = dim)
  return(arr)
}

Try the FIACH package in your browser

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

FIACH documentation built on May 1, 2019, 8:02 p.m.