View source: R/gadgetformulae.R
to.gadget.formulae | R Documentation |
Turn R expression into GADGET formulae string
to.gadget.formulae(ex)
ex |
An unevaluated R expression or formulae, e.g. quote(2 + log(moo - 1)) or ~2 + log(moo - 1) |
A character vector representing the GADGET formulae, e.g. "(+ 2 (log (- #moo 1)))"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.