rep.col: replicate a column vector into a matrix

Description Usage Arguments Value

View source: R/utility.R

Description

replicate a column vector into a matrix

Usage

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

Arguments

x

the column vector to be replicated

n

replicate the column vector n times

Value

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


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