R/splitmatrix.R

splitmatrix <-  function (M,nparts) split(M, rep(1:nparts, each = nrow(M)/nparts))

Try the psychNET package in your browser

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

psychNET documentation built on April 14, 2020, 6:39 p.m.