repmat: Function equivalent for MATLAB's repmat - Replicate and tile...

View source: R/tracking.R

repmatR Documentation

Function equivalent for MATLAB's repmat - Replicate and tile arrays

Description

A more flexible and stylish alternative to replicate the behaviour of the repmat function of MATLAB

Usage

repmat(a, n, m)

Arguments

a

The matrix to copy

n

The n value for the tiling

m

The m value for the tiling

Value

Creates a large matrix consisting of an m-by-n tiling of copies of a.

Author(s)

Robin Hankin, 2001

References

http://cran.r-project.org/doc/contrib/R-and-octave.txt


federicomarini/flowcatchR documentation built on March 27, 2024, 3:29 p.m.