repmat: repmat repeats a matrix

View source: R/segTraj_repmat.R

repmatR Documentation

repmat repeats a matrix

Description

repmat repeats a matrix

Usage

repmat(a, n, m)

Arguments

a

the base matrix

n

number of repetition in lines

m

number of repetition in columns

Value

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


rpatin/segclust2d documentation built on April 24, 2024, 2:22 a.m.