alert_outlier: Generate an alert vector based on the 'univOutl::LocScaleB()'...

View source: R/validation-functions.R

alert_outlierR Documentation

Generate an alert vector based on the univOutl::LocScaleB() function

Description

Generate an alert vector based on the univOutl::LocScaleB() function

Usage

alert_outlier(
  x,
  no_alert_value = NA_real_,
  alert_if_larger = no_alert_value,
  alert_if_smaller = no_alert_value,
  ...
)

Arguments

x

numeric vector where outliers will be checked

no_alert_value

value to put in the output when there is no alert (x is within bounds)

alert_if_larger

alert for when x is above the bounds found by univOutl::LocScaleB()

alert_if_smaller

alert for when x is below the bounds found by univOutl::LocScaleB()

...

arguments for univOutl::LocScaleB()

Value

a vector of the same lenght as x


WorldFishCenter/peskas.timor.data.pipeline documentation built on April 14, 2025, 1:47 p.m.