terms.mpoly | R Documentation |
Compute the terms of an mpoly object as a mpolyList.
## S3 method for class 'mpoly'
terms(x, ...)
x |
an object of class mpoly |
... |
additional parameters |
An object of class mpolyList.
## Not run: .Deprecated issues a warning
x <- mp("x^2 - y + x y z")
terms(x)
monomials(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.