powered by
Compute the terms of an mpoly object as a mpolyList.
# S3 method for mpoly terms(x, ...)
an object of class mpoly
additional parameters
An object of class mpolyList.
# 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