repmat: repmat

Description Usage Arguments Value Author(s)

View source: R/repmat.R

Description

This function repeats copies of a matrix

Usage

1
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, Alessio Veneziano, Marina Melchionna, Pasquale Raia


AlessioVeneziano/Arothron documentation built on Dec. 17, 2021, 7:49 a.m.