powered by
Getting result from numerical solving algorithm of given ODEnetwork.
ODEnetwork
getResult(odenet)
[ODEnetwork] Object of class ODEnetwork.
a matrix with columns time and states 1 and 2 of class deSolve.
deSolve
# NOT RUN { masses <- 1 dampers <- as.matrix(0.1) springs <- as.matrix(4) odenet <- ODEnetwork(masses, dampers, springs) getResult(odenet) # }
Run the code above in your browser using DataLab