View source: R/Solver_UniSecond_func.R
Solver_UniSecond_func | R Documentation |
Solver of univariate second-order differential equation
Solver_UniSecond_func(userdata, var_model, guess, method)
userdata |
a data frame containing all model variables. The "time" column must be included. |
var_model |
a dataframe containing equations |
guess |
a list or a string. Guess the coefficients or initial values. |
method |
a list or a string. The available options are 'Nelder-Mead','L-BFGS-B','SANN' and 'BFGS'. |
a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.