vars | R Documentation |
Determine the variables in a mpoly object.
vars(p)
p |
An mpoly or mpolyList object. |
A character vector of the variable names.
p <- mp("x + y^2")
vars(p)
p <- mp(c("x + y^2", "y - 2 x"))
vars(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.