repmat: Replicate a matrix.

View source: R/misc.R

repmatR Documentation

Replicate a matrix.

Description

Replicate a matrix.

Usage

repmat(X, m = 1L, n = 1L)

Arguments

X

Vector or matrix.

m

Number of vertical replications.

n

Number of horizontal replications.

Value

Replicated matrix.


kaybrodersen/micp documentation built on April 15, 2022, 2:24 a.m.