diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-26 12:11:39 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-26 12:11:39 +0200 |
commit | b60e5b27d3dde18fb93b486bc2fd45baf56e2ed1 (patch) | |
tree | e4451f81a3e225647761a8f27a04d019648c0d1d /man/HS.solution.Rd | |
parent | 4c69847346a9c254e4e803b6987a63e3fd9c14ae (diff) |
More plotting in help files, fix Make- and .*ignore files
Diffstat (limited to 'man/HS.solution.Rd')
-rw-r--r-- | man/HS.solution.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/HS.solution.Rd b/man/HS.solution.Rd index 71f68a1e..5666bb43 100644 --- a/man/HS.solution.Rd +++ b/man/HS.solution.Rd @@ -29,6 +29,6 @@ HS.solution(t, parent.0, k1, k2, tb) \url{http://focus.jrc.ec.europa.eu/dk}
}
\examples{
- \dontrun{plot(function(x) HS.solution(x, 100, 2, 0.3, 0.5), 0, 2, ylim=c(0,100))}
+ plot(function(x) HS.solution(x, 100, 2, 0.3, 0.5), 0, 2, ylim=c(0,100))
}
\keyword{ manip }
|