repmat: Replicates a matrix m by n times

Description Usage Arguments Examples

View source: R/repmat.R

Description

Replicates a matrix m by n times

Usage

1
repmat(X, m, n)

Arguments

X

a matrix

m

number of row replications

n

number of row replications

Examples

1
repmat(c(1,2,3), 2,5)

neilbramley/acl_source documentation built on May 29, 2019, 6:53 p.m.