eq_mp | R Documentation |
Convert characters of the form "p1 = p2"
(or similar) to an mpoly
object representing p1 - p2
.
eq_mp(string, ...)
string |
a character string containing a polynomial, see examples |
... |
arguments to pass to |
An object of class mpoly or mpolyList.
David Kahle david@kahle.io
mpoly()
eq_mp(c("y = x", "y == (x + 2)"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.