.bringToCtr {wrMisc} | R Documentation |
Bring most extreme to center
Description
This function aims to bring most extreme value to center
Usage
.bringToCtr(aa, ctr, ctrFa = 0.75)
Arguments
aa |
(numeric) main input |
ctr |
(numeric) 'control' |
ctrFa |
(numeric <1) modulate amplitude of effect |
Value
This function returns an adjusted numeric vector
See Also
Examples
.bringToCtr(11:14, 9)
[Package wrMisc version 1.15.1 Index]