R/repRow.R

Defines functions repRow

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

Try the genMOSS package in your browser

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

genMOSS documentation built on May 2, 2019, 2:31 p.m.