View source: R/witness_set_print.R
witness_set_print | R Documentation |
Print the witness set of specified component(s) of a numerical irreducible decomposition.
witness_set_print(out, dimension, component, dir = tempdir(), ...)
out |
the output of a positive-dimension run from bertini |
dimension |
the dimension of the component's witness set to be printed. |
component |
The component's witness set to be printed. Indexing of components starts at 0, not 1. To select all components of a particular dimension, input -2. |
dir |
directory to place the files in, without an ending / |
... |
additional configuration arguments to be changed. |
an object of class witness_set
# 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_print(out, 1, -2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.