remove_outlier: Removes outliers

View source: R/depurate.R

remove_outlierR Documentation

Removes outliers

Description

Removes outliers

Usage

remove_outlier(x, y, ylimitmax = NA, ylimitmin = 0, sdout = 3)

Arguments

x

an sf points object

y

character with the name of the variable to use for depuration process

ylimitmax

numeric of length 1 indicating the maximum limit for the y variable. If NA Inf is assumed

ylimitmin

numeric of length 1 indicating the minimum limit for the y variable. If NA -Inf is assumed

sdout

numeric values outside the interval mean ± sdout × sdout values will be removed


PPaccioretti/paar documentation built on Sept. 17, 2024, 1:21 p.m.