repmat function

Replicate matric x

Replicate matric x

repmat(x, nrows, ncols = nrows)

Arguments

  • x: original matrix
  • nrows: number of times replicate matrix row wise
  • ncols: number of times replicate matrix columns wise
  • Maintainer: Sergey Kucheryavskiy
  • License: MIT + file LICENSE
  • Last published: 2024-08-19