Learn R Programming

monocle3 (version 1.0.0)

repmat: function to reproduce the behavior of repmat function in matlab to replicate and tile an matrix

Description

function to reproduce the behavior of repmat function in matlab to replicate and tile an matrix

Usage

repmat(X, m, n)

Arguments

X

matrix for tiling and replicate the data

m

a numeric value for tiling a matrix

n

a numeric value for tiling a matrix

Value

a matrix