c.polynom: Concatenation of polynomial objects into lists
Description
Concatenation of polynomial objects into lists
Usage
# S3 method for polynom
c(..., recursive = FALSE)# S3 method for polylist
c(..., recursive = FALSE)
Value
A polylist object with all argumets included
Arguments
- ...
Polynomial or polylist objects
- recursive
Logical, should the concatenation flatten all component lists?