print.witness_set: Printing A Witness_Set Object

View source: R/print.witness_set.R

print.witness_setR Documentation

Printing A Witness_Set Object

Description

Printing A Witness_Set Object

Usage

## S3 method for class 'witness_set'
print(x, ...)

Arguments

x

an object of class witness_set

...

additional parameters

Value

Invisible string of the printed object.

Examples


# 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)

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