Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rescaleFunction-methods

Methods for Function rescaleFunction in Package ‘RobAStBase’


Description

rescaleFunction provides the default rescaling for a particular L2-Family for wrapper functions PlotIC, ComparePlotIC, InfoPlot, and CniperPointPlot.

Usage

rescaleFunction(L2Fam, ...)
## S4 method for signature 'ANY'
rescaleFunction(L2Fam, ...)

Arguments

L2Fam

an object of class "L2ParamFamily" to be dispatched on.

...

further arguments for the particular methods not be dispatched on.

Details

rescaleFunction is realized as an S4 method in order to be able to provide default rescalings for (new) particular L2 Families ex post to be used in the wrapper functions.

Value

a list with arguments needed for the rescaling by internal function .rescalefct; more specifically it always contains items scaleX and scaleY, and if dataFlag==TRUE, also items scaleX.fct, scaleX.inv, scaleY.fct, scaleY.inv, x.ticks, y.ticks.

Author(s)


RobAStBase

Robust Asymptotic Statistics

v1.2.1
LGPL-3
Authors
Matthias Kohl [cre, cph, aut], Peter Ruckdeschel [aut, cph], Mykhailo Pupashenko [ctb] (contributed wrapper functions for diagnostic plots), Gerald Kroisandt [ctb] (contributed testing routines), R Core Team [ctb, cph] (for source file 'format.perc')
Initial release
2019-04-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.