ode(y, times, func, parms, method, ...)
ParameterDetailsy(named) numeric vector: the initial (state) values for the ODE systemtimestime sequence for which output is wanted; the first value of times must be the initial timefuncname of the function that computes the values of the derivatives i...