diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-11-12 21:53:10 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-11-12 21:53:10 +0100 |
commit | f22ea669c229948e9d691fbb250a690ec37b464e (patch) | |
tree | 4afb35464c79ae467eee40f926917108df54402d /man | |
parent | ff128891aa5075e7ff1b65e5aa107dc2f49aa074 (diff) |
Add an IORE example for parent decline kinetics
Diffstat (limited to 'man')
-rw-r--r-- | man/IORE.solution.Rd | 4 |
1 files changed, 4 insertions, 0 deletions
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 }
|