clean_Temp: Clean the Temperature data

Description Usage Arguments Value

View source: R/preprocessing.R

Description

clean_Temp This function remove the observations which have Temperature values higher or lower than some predefined extreme values.

Usage

1
clean_Temp(Data, maxT = 130, minT = -80)

Arguments

Data

A dataframe of pre or post-installation data.

maxT

A numeric that correspond to the temperature above which the corresponding observations will be excluded

minT

A numeric that correspond to the temperature below which the corresponding observations will be excluded

Value

A dataframe that correspond to the cleaned pre or post-installation data


LBNL-ETA/RMV2.0 documentation built on Nov. 9, 2020, 5:44 a.m.