is.witness_set: Witness_Set Object Check

View source: R/is.witness_set.R

is.witness_setR Documentation

Witness_Set Object Check

Description

Test whether an object is an witness_set object.

Usage

is.witness_set(x)

Arguments

x

object to be tested

Value

Vector of logicals.

Examples


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)

}


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