repmat {mdatools}R 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


[Package mdatools version 0.14.1 Index]