View source: R/gadgetformulae.R
parse.gadget.formulae | R Documentation |
Parse a GADGET formulae string
parse.gadget.formulae(input_formulae)
input_formulae |
A single formulae string, e.g. "(+ 2 (log (- #moo 1)))" |
An R expression representing the gadget formulae, which could be run with eval(.., list(moo = 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.