[Distr-commits] r1165 - branches/distr-2.7/pkg/distrMod/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jul 8 14:26:55 CEST 2018


Author: ruckdeschel
Date: 2018-07-08 14:26:47 +0200 (Sun, 08 Jul 2018)
New Revision: 1165

Modified:
   branches/distr-2.7/pkg/distrMod/man/0distrMod-package.Rd
   branches/distr-2.7/pkg/distrMod/man/internals-qqplot.Rd
   branches/distr-2.7/pkg/distrMod/man/qqplot.Rd
   branches/distr-2.7/pkg/distrMod/man/returnlevelplot.Rd
Log:
[branches: distrMod]: began with major update to version 2.7 / in manuals matched manuals to R-code in qqplot/returnlevelplot as to  default value for adj.lbl in returnlevelplot, qqlot  and .labelprep, moved RobExtremes to Enhances 

Modified: branches/distr-2.7/pkg/distrMod/man/0distrMod-package.Rd
===================================================================
--- branches/distr-2.7/pkg/distrMod/man/0distrMod-package.Rd	2018-07-08 12:21:29 UTC (rev 1164)
+++ branches/distr-2.7/pkg/distrMod/man/0distrMod-package.Rd	2018-07-08 12:26:47 UTC (rev 1165)
@@ -20,7 +20,8 @@
 Depends: \tab R(>= 2.14.0), distr(>= 2.5.2), distrEx(>= 2.4), RandVar(>= 0.6.3), MASS, stats4,
         methods \cr
 Imports: \tab startupmsg, sfsmisc, graphics, stats, grDevices \cr
-Suggests: \tab ismev, evd, RobExtremes \cr
+Suggests: \tab ismev, evd\cr
+Enhances: RobExtremes\cr
 ByteCompile: \tab yes \cr
 License: \tab LGPL-3 \cr
 URL: \tab http://distr.r-forge.r-project.org/\cr
@@ -291,7 +292,7 @@
 M. Kohl and P. Ruckdeschel (2010):
 R Package distrMod: S4 Classes and Methods for Probability Models.
 Journal of Statistical Software, 35(10), 1-27.
-\url{http://www.jstatsoft.org/v35/i10/}
+\url{https://www.jstatsoft.org/v35/i10/}
 (see also \code{vignette("distrMod")})
 
 

Modified: branches/distr-2.7/pkg/distrMod/man/internals-qqplot.Rd
===================================================================
--- branches/distr-2.7/pkg/distrMod/man/internals-qqplot.Rd	2018-07-08 12:21:29 UTC (rev 1164)
+++ branches/distr-2.7/pkg/distrMod/man/internals-qqplot.Rd	2018-07-08 12:26:47 UTC (rev 1165)
@@ -9,7 +9,7 @@
 These functions are used internally by qqplot of package distrMod.}
 
 \usage{
-.labelprep(x,y,lab.pts,col.lbl,cex.lbl,which.lbs,which.Order,order.traf)
+.labelprep(x,y,lab.pts,col.lbl,cex.lbl,adj.lbl,which.lbs,which.Order,order.traf)
 }
 
 
@@ -18,6 +18,7 @@
 \item{y}{a (numeric) vector of same length as \code{x}}
 \item{cex.lbl}{magnification factor for the plotted observation labels}
 \item{col.lbl}{color for the plotted observation labels}
+\item{adj.lbl}{adjustment factor for the plotted observation labels}
 \item{lab.pts}{character or \code{NULL}; observation labels to be used}
 \item{which.lbs}{integer or \code{NULL}; which observations shall be labelled}
 \item{which.Order}{integer or \code{NULL}; which of the ordered (remaining) observations shall be labelled}

Modified: branches/distr-2.7/pkg/distrMod/man/qqplot.Rd
===================================================================
--- branches/distr-2.7/pkg/distrMod/man/qqplot.Rd	2018-07-08 12:21:29 UTC (rev 1164)
+++ branches/distr-2.7/pkg/distrMod/man/qqplot.Rd	2018-07-08 12:26:47 UTC (rev 1165)
@@ -18,7 +18,7 @@
     col.sCI = "tomato2", lty.sCI = 4, lwd.sCI = 2, pch.sCI = par("pch"),
     cex.sCI = par("cex"), added.points.CI = TRUE,
     cex.pch = par("cex"), col.pch = par("col"),
-    cex.lbl = par("cex"), col.lbl = par("col"), adj.lbl = NULL,
+    cex.lbl = par("cex"), col.lbl = par("col"), adj.lbl = par("adj"),
     alpha.trsp = NA, jit.fac = 0, jit.tol = .Machine$double.eps,
     check.NotInSupport = TRUE, col.NotInSupport = "red",
     with.legend = TRUE, legend.bg = "white",

Modified: branches/distr-2.7/pkg/distrMod/man/returnlevelplot.Rd
===================================================================
--- branches/distr-2.7/pkg/distrMod/man/returnlevelplot.Rd	2018-07-08 12:21:29 UTC (rev 1164)
+++ branches/distr-2.7/pkg/distrMod/man/returnlevelplot.Rd	2018-07-08 12:26:47 UTC (rev 1165)
@@ -21,7 +21,7 @@
     col.sCI = "tomato2", lty.sCI = 4, lwd.sCI = 2, pch.sCI = par("pch"),
     cex.sCI = par("cex"), added.points.CI = TRUE,
     cex.pch = par("cex"), col.pch = par("col"),
-    cex.lbl = par("cex"), col.lbl = par("col"), adj.lbl = NULL,
+    cex.lbl = par("cex"), col.lbl = par("col"), adj.lbl = par("adj"),
     alpha.trsp = NA, jit.fac = 0,  jit.tol = .Machine$double.eps,
     check.NotInSupport = TRUE, col.NotInSupport = "red",
     with.legend = TRUE, legend.bg = "white",



More information about the Distr-commits mailing list