rep.polylist: Component repition
Description
Repeat components of a polylist object
Usage
# S3 method for polylist
rep(x, times, ...)# S3 method for polynom
rep(x, times, ...)
Value
The resulting polylist object.
Arguments
- x
A single polynom or polylist object
- times, ...
As for the base package function rep
.