print.bertini_input: Pretty Printing of Bertini_Input Objects

View source: R/print.bertini_input.R

print.bertini_inputR Documentation

Pretty Printing of Bertini_Input Objects

Description

This function parses and views the bertini_input file as a valid Bertini input file.

Usage

## S3 method for class 'bertini_input'
print(x, silent = FALSE, ...)

Arguments

x

an object of class bertini_input

silent

logical; if TRUE, suppresses output

...

additional parameters

Value

Invisible string of the printed object.

Examples


if (has_bertini()) {

bertini_input(mp(c("x^2 + y^2 - 1", "x - y")))

}

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