repmat: Replicate matric x

View source: R/misc.R

repmatR Documentation

Replicate matric x

Description

Replicate matric x

Usage

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


mdatools documentation built on Sept. 11, 2024, 7:59 p.m.