From c21747571ad14fc17a8e73cb0ad39c0ec64856d4 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 23 Jun 2015 11:51:06 +0200 Subject: Fix the changed documentation --- man/IORE.solution.Rd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'man/IORE.solution.Rd') diff --git a/man/IORE.solution.Rd b/man/IORE.solution.Rd index bad7c1fa..ef729b27 100644 --- a/man/IORE.solution.Rd +++ b/man/IORE.solution.Rd @@ -36,8 +36,9 @@ fit.iore <- mkinfit("IORE", FOCUS_2006_C, quiet = TRUE) fit.iore.deS <- mkinfit("IORE", FOCUS_2006_C, solution_type = "deSolve", quiet = TRUE) - data.frame(coef(fit.fomc), coef(fit.iore), coef(fit.iore.deS), row.names = paste("model par", 1:3)) - print(rbind(fomc = endpoints(m.fomc)$distimes, iore = endpoints(m.iore)$distimes, - iore.deS = endpoints(m.iore)$distimes)) + print(data.frame(coef(fit.fomc), coef(fit.iore), coef(fit.iore.deS), + row.names = paste("model par", 1:3))) + print(rbind(fomc = endpoints(fit.fomc)$distimes, iore = endpoints(fit.iore)$distimes, + iore.deS = endpoints(fit.iore)$distimes)) } \keyword{ manip } -- cgit v1.2.1