repmat: Repeat Copies of a Matrix

View source: R/helpers.R

repmatR Documentation

Repeat Copies of a Matrix

Description

Repeat Copies of a Matrix

Usage

repmat(X, m, n)

Arguments

X

A matrix

m

Multiply dim(X)[1] m times

n

Multiply dim(X)[2] n times

Value

A repeated matrix


FredHasselman/casnet documentation built on April 20, 2024, 3:05 p.m.