rep.row: replicate a row vector into a matrix

Description Usage Arguments Value

View source: R/utility.R

Description

replicate a row vector into a matrix

Usage

1
2
## S3 method for class 'row'
rep(x, n)

Arguments

x

the row vector to be replicated

...

further arguments

n

The number of times of replication

Value

a matrix of the dimension of n by length(x)


synfd documentation built on July 1, 2020, 6:04 p.m.