[Robast-commits] r1238 - in branches/robast-1.3/pkg/RobAStBase: inst man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Nov 12 14:08:02 CET 2022
Author: ruckdeschel
Date: 2022-11-12 14:08:02 +0100 (Sat, 12 Nov 2022)
New Revision: 1238
Modified:
branches/robast-1.3/pkg/RobAStBase/inst/NEWS
branches/robast-1.3/pkg/RobAStBase/man/internal_plots.Rd
Log:
[RobAStBase] devel ported changes from trunk
Modified: branches/robast-1.3/pkg/RobAStBase/inst/NEWS
===================================================================
--- branches/robast-1.3/pkg/RobAStBase/inst/NEWS 2022-11-12 13:07:30 UTC (rev 1237)
+++ branches/robast-1.3/pkg/RobAStBase/inst/NEWS 2022-11-12 13:08:02 UTC (rev 1238)
@@ -11,7 +11,15 @@
version 1.3
#######################################
+#######################################
+version 1.2.3
+#######################################
+under the hood:
++ triggered by new NOTES uncovered by R CMD check, we deleted duplicate entries for items
+ in internal_plots.Rd
++ use \bm instead of \boldmath in man pages
+
#######################################
version 1.2.2
#######################################
Modified: branches/robast-1.3/pkg/RobAStBase/man/internal_plots.Rd
===================================================================
--- branches/robast-1.3/pkg/RobAStBase/man/internal_plots.Rd 2022-11-12 13:07:30 UTC (rev 1237)
+++ branches/robast-1.3/pkg/RobAStBase/man/internal_plots.Rd 2022-11-12 13:08:02 UTC (rev 1238)
@@ -62,10 +62,10 @@
\item{fct}{for \code{.rescalefct}: (vectorized) function from reals to reals: function to produce y values.
for \code{.SelectOrderData}: (vectorized) function from data to reals:
function to produce the ordering.}
- \item{xlim}{numeric vector of length 2: limits of the plotted x region (in original
- scale).}
- \item{ylim}{numeric vector of length 2: limits of the plotted y region (in original
- scale).}
+ \item{xlim}{for one-panel plots: numeric vector of length 2: limits of the plotted x region (in original
+ scale), for multi-panel plots: can be matrix valued (with two columns and as many rows as panels).}
+ \item{ylim}{for one-panel plots: numeric vector of length 2: limits of the plotted y region (in original
+ scale), for multi-panel plots: can be matrix valued (with two columns and as many rows as panels).}
\item{finiteEndpoints}{a logical of length 4: are the unscaled \code{xlim[1]},
\code{xlim[2]}, \code{ylim[1]}, \code{ylim[2]} finite? }
\item{x.ticks}{numeric: coordinates in original scale of user-given ticks on x-axis.}
@@ -95,7 +95,6 @@
\code{scaleY} are both \code{FALSE} and, simultaneously, \code{x.ticks} and
\code{y.ticks} are both \code{NULL}, a respective box is drawn around the
panel; otherwise no box is drawn in this case. }
- \item{dots}{a list; intended to be the \code{\dots} argument of \code{plot}. }
\item{y}{input at which to compute \code{cex}-values (for these \code{y} values)}
\item{y1}{secondary input of \code{y}-values which is also used for
computaiton but not plotted itself at this \code{cex} value.}
@@ -123,8 +122,6 @@
\item{dots}{the internal \code{dots}-variable to be changed}
\item{dotsP}{the internal \code{dotsP}-variable to be changed (taking up
additional arguments for the calls to \code{plot})}
-\item{xlim}{the possibly matrix-valued argument of the user interface}
-\item{ylim}{the possibly matrix-valued argument of the user interface}
\item{withSubst}{should substitutions be made in titles?}
\item{presubArg2}{title part}
\item{presubArg3}{title part}
More information about the Robast-commits
mailing list