View source: R/is.bertini_posdim.R
is.bertini_posdim | R Documentation |
Test whether an object is an bertini_posdim object.
is.bertini_posdim(x)
x |
object to be tested |
Vector of logicals.
if (has_bertini()) { input <- bertini_input("x*y") input <- modify_config(input, tracktype = 1) out <- bertini(input, output = "pos_dim") is.bertini_posdim(out) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.