repCol: Make a matrix by repeating vector v into n columns

Description Usage Arguments Value

View source: R/semblance.R

Description

Make a matrix by repeating vector v into n columns

Usage

1
repCol(v, n)

Arguments

v

a vector to be operated on

n

number of columns the vector will be repeated over

Value

a matrix with repeated columns


Semblance documentation built on May 2, 2019, 6:46 a.m.

Related to repCol in Semblance...