R/listRep.R

Defines functions `listRep`

`listRep` <-
function(x,m) {
  y <- list()
  for (j in 1:m) y <- c(y,list(x))
  return(y)
}

Try the aspect package in your browser

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

aspect documentation built on May 4, 2022, 3 a.m.