Last data update: 2014.03.03

R: repmat
repmatR Documentation

repmat

Description

This function replicates the matlab function repmat

Usage

repmat(X, m, n)

Arguments

X

Target matrix

m

New row dimension

n

New column dimension

Results