repmat: repmat

Description Usage Arguments Note Author(s) References

View source: R/repmat.R

Description

A function to match repmat in Matlab (Mathworks, Natick, MA)

Usage

1
repmat(a,n,m)

Arguments

a

Matrix or vector to repeat.

n

Number of row repititions.

m

Number of column repititions.

Note

This code was created by Robin Hankin. Derek Beaton included the code in prettyGraphs because it is a versatile function and used in prettyGraphs.

Author(s)

Robin Hankin.

References

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


prettyGraphs documentation built on May 1, 2019, 9:25 p.m.