View source: R/print_mathematica_or_r.R
| print_mathematica.eqnvec | R Documentation |
Print ode vector in mathematica format
print_mathematica.eqnvec(myeqnvec)
myeqnvec |
an eqnvec |
Other printtools:
print_mathematica.character(),
print_mathematica.eqnlist(),
print_mathematica.matrix(),
print_mathematica.name_equals_value(),
print_r.eqnlist2addReaction_pipe(),
print_r.named_vector()
## Not run: NULL %>%
addReaction("A", "B", "k1*A", "conversion A to B") %>%
addReaction("B", "", "k2*B*A", "dedradation of B induced by A") %>%
as.eqnvec %>%
print_mathematica.eqnlist
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.