Hello, I have set a model with deSolve's ode. I have set the time as `period = seq(1, 10, 1)` but the times I get from the ode are like 1, 1.000173... Is it possible to run ode with the time points provided by `period`?
-- Best regards, Luigi ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.