modify_defs | R Documentation |
Modify Definition(s) in a Bertini_Input Object
modify_defs(x, ...)
x |
a bertini_input object |
... |
the definitions to be modified. If you change any part of the variable groupings, you must fully specify the variable groupings |
the bertini_input object with the modified definitions
if (has_bertini()) { polys <- mp(c("x^2 + y^2 - 1", "x - y")) input <- bertini_input(polys) modify_defs(input, variable_group = "x", variable_group = "y") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.