View source: R/generate_equations.R
generate_equations | R Documentation |
The model needs to adhere to the structure specified by the modelbuilder package models built using the modelbuilder package automatically have the right structure a user can also build a model list structure themselves following the specifications if the user provides a file name, this file needs to contain an object called 'model' and contain a valid modelbuilder model structure
generate_equations(mbmodel)
mbmodel |
modelbuilder model structure, either as list object or file name |
This function takes as input a model and produces output that displays ODE equations
The function returns equations as an html object
Andreas Handel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.