View source: R/print.witness_set.R
print.witness_set | R Documentation |
Printing A Witness_Set Object
## S3 method for class 'witness_set' print(x, ...)
x |
an object of class witness_set |
... |
additional parameters |
Invisible string of the printed object.
# run initial numerical irreducible decomposition for # the equation xy = 0 input <- bertini_input("x*y") input <- modify_config(input, tracktype = 1) out <- bertini(input, output = "pos_dim") # print the witness set for all components in dimension 1 witness_set <- witness_set_print(out, 1, -2) print(witness_set)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.