R/tracking.R
repmat.Rd
A more flexible and stylish alternative to replicate the behaviour of the repmat function of MATLAB
repmat(a, n, m)
The matrix to copy
The n value for the tiling
The m value for the tiling
Creates a large matrix consisting of an m-by-n tiling of copies of a.
http://cran.r-project.org/doc/contrib/R-and-octave.txt
Robin Hankin, 2001