From f22ea669c229948e9d691fbb250a690ec37b464e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 12 Nov 2014 21:53:10 +0100 Subject: Add an IORE example for parent decline kinetics --- man/IORE.solution.Rd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man/IORE.solution.Rd') diff --git a/man/IORE.solution.Rd b/man/IORE.solution.Rd index 65dac9a7..79d74021 100644 --- a/man/IORE.solution.Rd +++ b/man/IORE.solution.Rd @@ -30,5 +30,9 @@ \examples{ \dontrun{plot(function(x) IORE.solution(x, 100, 0.2, 1.3), 0, 2, ylim = c(0, 100))} + m.iore <- mkinfit("IORE", FOCUS_2006_C, quiet = TRUE) + m.fomc <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE) + rbind(coef(m.iore), coef(m.fomc)) + rbind(endpoints(m.iore)$distimes, endpoints(m.fomc)$distimes) } \keyword{ manip } -- cgit v1.2.1