print_mathematica.eqnlist: Print ode vector in mathematica format

View source: R/print_mathematica_or_r.R

print_mathematica.eqnlistR Documentation

Print ode vector in mathematica format

Description

Print ode vector in mathematica format

Usage

print_mathematica.eqnlist(myeqnlist)

Arguments

myeqnlist

an eqnlist

See Also

Other printtools: print_mathematica.character(), print_mathematica.eqnvec(), print_mathematica.matrix(), print_mathematica.name_equals_value(), print_r.eqnlist2addReaction_pipe(), print_r.named_vector()

Examples

## Not run: NULL %>%
  addReaction("A", "B", "k1*A", "conversion A to B") %>%
  addReaction("B", "", "k2*B*A", "dedradation of B induced by A") %>%
  print_mathematica.eqnlist
## End(Not run)

dlill/conveniencefunctions documentation built on Sept. 30, 2022, 4:40 a.m.