rep,annotated_vector-method: Replicate Elements of Annotated Vectors
Description
Methods for annotated vectors to replicate values, calls rep
and preserves annotations.
Usage
# S4 method for annotated_vector
rep(x, ...)# S4 method for annotated_factor
rep(x, ...)
Arguments
x
An object of class annotated_vector
.
...
Further arguments that can be passed torep
.