[Distr-commits] r1339 - branches/distr-2.9/pkg/distrMod/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Apr 7 13:38:13 CEST 2019
Author: ruckdeschel
Date: 2019-04-07 13:38:13 +0200 (Sun, 07 Apr 2019)
New Revision: 1339
Modified:
branches/distr-2.9/pkg/distrMod/man/returnlevelplot.Rd
Log:
[distrMod] branches 2.9 returnlevelplot.Rd inserted
## IGNORE_RDIFF_BEGIN
## IGNORE_RDIFF_END
Modified: branches/distr-2.9/pkg/distrMod/man/returnlevelplot.Rd
===================================================================
--- branches/distr-2.9/pkg/distrMod/man/returnlevelplot.Rd 2019-04-07 09:57:56 UTC (rev 1338)
+++ branches/distr-2.9/pkg/distrMod/man/returnlevelplot.Rd 2019-04-07 11:38:13 UTC (rev 1339)
@@ -255,7 +255,8 @@
returnlevelplot(r(Norm(15,sqrt(30)))(40), Chisq(df=15))
### more could be seen after installing RobExtremes and ismev
#
-if(require(RobExtremes) && require(ismev)){
+ ## IGNORE_RDIFF_BEGIN
+ if(require(RobExtremes) && require(ismev)){
data(portpirie)
gevfit <- gev.fit(portpirie[,2]) ## taken from example from ismev::gev.fit
@@ -271,5 +272,6 @@
GPDF <- GParetoFamily(scale=gpdfit$mle[1],shape=gpdfit$mle[2],loc=10)
returnlevelplot(rain, GPDF, MaxOrPOT="POT", xlim=c(1e-1,1e3))
}}
+ ## IGNORE_RDIFF_END
\keyword{hplot}
\keyword{distribution}
More information about the Distr-commits
mailing list