clean_Temp: Clean the Temperature data

Description Usage Arguments Value

View source: R/gbm_baseline.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

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

data

A dataframe of training or prediction data.

Value

A dataframe that correspond to the cleaned training or prediction data


samirtouzani/GBMbaseline documentation built on May 29, 2019, 1:02 p.m.