View source: R/is.witness_set.R
is.witness_set | R Documentation |
Test whether an object is an witness_set object.
is.witness_set(x)
x |
object to be tested |
Vector of logicals.
if (has_bertini()) { input <- bertini_input("x*y") input <- modify_config(input, tracktype = 1) # positive-dimensional run out <- bertini(input, output = "pos_dim") # print witness set witness_set <- witness_set_print(out, 1, -2) is.witness_set(witness_set) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.