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

Description Usage Arguments Value Author(s) References

View source: R/tracking.R

Description

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

Usage

1
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


flowcatchR documentation built on Nov. 8, 2020, 5:04 p.m.