sdClean: Clean using standard deviation

Description Usage Arguments Author(s) Examples

View source: R/functions.r View source: R/sdClean.r

Description

Functions which splits the fluxes to positive and negative, estimates mean and standard deviation and removes values which are greater than a predefined times the standard deviation

Usage

1

Arguments

var

The variable to clean

p

A number giving the times of the standard deviation

Author(s)

Georgios Xenakis

Examples

1
2
3
4
5
6
## Load the data
data(fluxes)

## Clean CO2 fluxes using 3 times the SD for negative and positive
## values separately
fluxes$co2_flux<-sdClean(fluxes$co2_flux,3)

FREddyPro documentation built on May 29, 2017, 7:22 p.m.