Function to calculate the anomaly threshold using two statistical methods: 1. mean + 2*std 2. Quantile 90

anomaly_statistical_methods(gdata, method = c("mean", "quantile"))

Arguments

gdata

A geochemical dataset object

method

A character string with the method to define the threshold

Value

This function returns a list with the following entries

See also