rep.polylist {PolynomF}R Documentation

Component repition

Description

Repeat components of a polylist object

Usage

## S3 method for class 'polylist'
rep(x, times, ...)

## S3 method for class 'polynom'
rep(x, times, ...)

Arguments

x

A single polynom or polylist object

times, ...

As for the base package function rep.

Value

The resulting polylist object.


[Package PolynomF version 2.0-8 Index]