repmat: R equivalent of repmat (matlab)

View source: R/repmat.R

repmatR Documentation

R equivalent of repmat (matlab)

Description

R equivalent of repmat (matlab)

Usage

repmat(X, m, n)

Arguments

X

initial matrix

m

nb of replications in row dimension

n

nb of replications in column dimension

Value

matrix with values replicated and tiles


jbferet/biodivMapR documentation built on April 12, 2025, 1:32 p.m.