R/generate_equations.R
generate_equations.Rd
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 |
---|
The function returns equations as an html object
This function takes as input a model and produces output that displays ODE equations
Andreas Handel