repmat: R equivalent of repmat (matlab)

View source: R/Lib_ContinuumRemoval.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 May 1, 2024, 4:34 a.m.