.offCenter | R Documentation |
This function aims to return position of 'di' (numeric vector) which is most excentric (distant to 0), starts with NAs as most excentric It is used for identifying/removing (potential) outliers. Note : this fx doesn't consider reference distrubutions, even with "perfect data" 'nMost' points will ba tagged !
.offCenter(di, nMost = 1)
di |
(numeric) main input |
nMost |
(integer) |
This function returns a integer/numeric vector (indicating index)
use in presenceFilt
; diff
.offCenter(11:14)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.