Matrix (version 1.6-5)

rep2abI: Replicate Vectors into 'abIndex' Result

Description

rep2abI(x, times) conceptually computes rep.int(x, times) but with an abIndex class result.

Usage

rep2abI(x, times)

Value

a vector of class

abIndex

Arguments

x

numeric vector

times

integer (valued) scalar: the number of repetitions

See Also

rep.int(), the base function; abIseq, abIndex.

Examples

Run this code
(ab <- rep2abI(2:7, 4))
stopifnot(identical(as(ab, "numeric"),
	   rep(2:7, 4)))

Run the code above in your browser using DataLab