R/repRow.R

repRow <-
function(x, n) {
  matrix (rep(x, each = n), nrow = n) 
}

Try the genMOSSplus package in your browser

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

genMOSSplus documentation built on May 1, 2019, 10:31 p.m.