View source: R/is.bertini_input.R
is.bertini_input | R Documentation |
Test whether an object is an bertini_input object.
is.bertini_input(x)
x |
object to be tested |
Vector of logicals.
if (has_bertini()) { polys <- mp(c("x^2 + y^2 - 1", "x - y")) struct <- bertini_input(polys) is.bertini_input(struct) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.