View source: R/print.bertini_input.R
print.bertini_input | R Documentation |
This function parses and views the bertini_input file as a valid Bertini input file.
## S3 method for class 'bertini_input' print(x, silent = FALSE, ...)
x |
an object of class bertini_input |
silent |
logical; if TRUE, suppresses output |
... |
additional parameters |
Invisible string of the printed object.
if (has_bertini()) { bertini_input(mp(c("x^2 + y^2 - 1", "x - y"))) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.