repRow: Make a matrix by repeating vector v into n rows

Description Usage Arguments Value

View source: R/semblance.R

Description

Make a matrix by repeating vector v into n rows

Usage

1
repRow(v, n)

Arguments

v

a vector to be operated on

n

number of rows the vector will be repeated over

Value

a matrix with repeated rows


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

Related to repRow in Semblance...