repmat: repmap repeats a matrix

Description Usage Arguments Value

View source: R/repmat.R

Description

repmap repeats a matrix

Usage

1
repmat(a, n, m)

Arguments

a

the base matrix

n

number of repetition in lines

m

number of repetition in columns

Value

a matrix wth n repeats of a in lines et m in columns


MarieEtienne/segTraj documentation built on May 7, 2019, 2:51 p.m.