Plot_func | R Documentation |
Draw the diagram of differential equation
Plot_func(
userdata,
predict,
modelDF,
var_model,
field_model,
order_model,
multi_model
)
userdata |
a data frame containing all model variables. The "time" column must be included. |
predict |
predict data. |
modelDF |
a dataframe of full model. |
var_model |
a dataframe containing equations. |
field_model |
the user's data columns. |
order_model |
N-order differential equation. |
multi_model |
TRUE or FALSE |
plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.