modify_defs: Modify Definition(s) in a Bertini_Input Object

View source: R/modify_defs.R

modify_defsR Documentation

Modify Definition(s) in a Bertini_Input Object

Description

Modify Definition(s) in a Bertini_Input Object

Usage

modify_defs(x, ...)

Arguments

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

Value

the bertini_input object with the modified definitions

Examples


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")
}

dkahle/bertini documentation built on July 16, 2022, 9:26 a.m.