repmat: repmat

View source: R/repmat.R

repmatR Documentation

repmat

Description

This function repeats copies of a matrix

Usage

repmat(X, m, n)

Arguments

X

numeric: a matrix

m

numeric: number of times to repeat the X matrix in row and column dimension

n

numeric: repetition factor for each dimesion

Value

matrice: repeated matrix

Author(s)

Antonio Profico, Costantino Buzi, Marina Melchionna, Paolo Piras, Pasquale Raia, Alessio Veneziano


Arothron documentation built on Feb. 16, 2023, 5:17 p.m.