outlier_val: Detect outlier trait values of fieldbook data

Description Usage Arguments Value Author(s)

View source: R/trait_stats.R

Description

this function calculates the outlier values using interquantile ranges to determine atypical values in trait data.

Usage

1
outlier_val(trait_data, f = 3)

Arguments

trait_data

a vector which contains the data of the trait

f

parameter for determining exteme values. By default it's 3.

Value

Return a list of two values ol (lower outlier bound) and lu (upper outlier bound)

Author(s)

Raul Eyzaguirre importFrom stats IQR as.formula na.exclude quantile sd


omarbenites/traittools documentation built on Dec. 24, 2019, 5:33 a.m.