repmat {Arothron}R 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


[Package Arothron version 2.0.5 Index]