[Distr-commits] r972 - branches/distr-2.6/pkg/distrMod/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Oct 8 12:30:09 CEST 2014


Author: ruckdeschel
Date: 2014-10-08 12:30:09 +0200 (Wed, 08 Oct 2014)
New Revision: 972

Modified:
   branches/distr-2.6/pkg/distrMod/man/returnlevelplot.Rd
Log:
distrMod: forgot a closing brace

Modified: branches/distr-2.6/pkg/distrMod/man/returnlevelplot.Rd
===================================================================
--- branches/distr-2.6/pkg/distrMod/man/returnlevelplot.Rd	2014-10-07 21:48:39 UTC (rev 971)
+++ branches/distr-2.6/pkg/distrMod/man/returnlevelplot.Rd	2014-10-08 10:30:09 UTC (rev 972)
@@ -223,6 +223,6 @@
  gpdfit <- gpd.fit(rain,10) ## taken from example from ismev::gpd.fit
  GPDF <- GParetoFamily(scale=gpdfit$mle[1],shape=gpdfit$mle[2],loc=10)
  returnlevelplot(rain, GPDF, MaxOrPOT="POT", xlim=c(1e-1,1e3))
-}
+}}
 \keyword{hplot}
 \keyword{distribution}



More information about the Distr-commits mailing list