diff options
Diffstat (limited to 'man/DFOP.solution.Rd')
-rw-r--r-- | man/DFOP.solution.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/DFOP.solution.Rd b/man/DFOP.solution.Rd index 2d8b1735..2bf2a26c 100644 --- a/man/DFOP.solution.Rd +++ b/man/DFOP.solution.Rd @@ -31,6 +31,6 @@ DFOP.solution(t, parent.0, k1, k2, g) \url{http://focus.jrc.ec.europa.eu/dk}
}
\examples{
- \dontrun{plot(function(x) DFOP.solution(x, 100, 5, 0.5, 0.3), 0, 4, ylim=c(0,100))}
+ plot(function(x) DFOP.solution(x, 100, 5, 0.5, 0.3), 0, 4, ylim=c(0,100))
}
\keyword{ manip }
|