getResult {ODEnetwork} | R Documentation |
Getting result from numerical solving algorithm of given ODEnetwork
.
getResult(odenet)
odenet |
[ |
a matrix with columns time and states 1 and 2 of class deSolve
.
masses <- 1
dampers <- as.matrix(0.1)
springs <- as.matrix(4)
odenet <- ODEnetwork(masses, dampers, springs)
getResult(odenet)