mpoly (version 1.1.1)

terms.mpoly: Extract the terms of a multivariate polynomial.

Description

Compute the terms of an mpoly object as a mpolyList.

Usage

# S3 method for mpoly
terms(x, ...)

Arguments

x

an object of class mpoly

...

additional parameters

Value

An object of class mpolyList.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
 .Deprecated issues a warning

x <- mp("x^2 - y + x y z")
terms(x)
monomials(x)

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab