internal_helpers_for_producing_grids_in_plots_RobAStBase {RobAStBase} | R Documentation |
These functions are internally used helper functions for plot
,
infoPlot
comparePlot
in package RobAStBase.
.getDimsTD(L2Fam,to.draw.arg)
.producePanelFirstS(panelFirst,IC,to.draw.arg, isInfoPlot=FALSE,
x.ticks, scaleX, scaleX.fct,
y.ticks, scaleY, scaleY.fct)
.producePanelFirstSn(panelFirst, x.ticks, scaleX, scaleX.fct,
y.ticks, scaleY, scaleY.fct, logArg)
L2Fam |
the model at which the plot is produced (of class |
panelFirst |
argument |
x.ticks |
numeric: coordinates in original scale of user-given ticks on x-axis. |
scaleX |
logical; shall X-axis be rescaled (by default according to the cdf of the underlying distribution)? |
scaleX.fct |
an isotone, vectorized function mapping the domain of the IC
to [0,1]; if |
y.ticks |
numeric: coordinates in original scale of user-given ticks on y-axis. |
scaleY |
logical; shall Y-axis be rescaled (by default according to a probit scale)? |
scaleY.fct |
an isotone, vectorized function mapping for each coordinate the
range of the respective coordinate of the IC
to [0,1]; defaulting to the cdf of |
to.draw.arg |
Either |
IC |
object of class |
isInfoPlot |
logical; is this function to be used in |
logArg |
a character with |
.getDimsTD
computes the number of panels to be plotted.
.producePanelFirstS
produces an unevaluated expression to be
used as argument panel.first
in the diagnostic plots; i.e.;
knowing the actual tickmarks of the axis at the time of evaluation,
code is inserted to plot horizontal and vertical grid lines through
these tickmarks.