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

Description Usage Arguments Value Examples

View source: R/terms.mpoly.R

Description

Compute the terms of an mpoly object as a mpolyList.

Usage

1
2
## S3 method for class 'mpoly'
terms(x, ...)

Arguments

x

an object of class mpoly

...

additional parameters

Value

An object of class mpolyList.

Examples

1
2
3
4
5
6
7
8
## Not run:  .Deprecated issues a warning

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


## End(Not run)

mpoly documentation built on March 26, 2020, 7:33 p.m.