print.bertini: Pretty Printing of Bertini Output

Description Usage Arguments Value Examples

View source: R/print.bertini.r

Description

Pretty printing of Bertini output.

Usage

1
2
## S3 method for class 'bertini'
print(x, digits = 3, ...)

Arguments

x

an object of class bertini

digits

digits to round to

...

additional parameters

Value

Invisible string of the printed object.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 

# see ?bertini

variety("x^2 + 1")
variety(c("x^2 + 1 + y","y"))


## End(Not run)

algstat documentation built on May 29, 2017, 10:34 p.m.