Internal / Helper functions of package RobAStBase for grids in plot functions
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 N(0,1). |
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.