filterColdData: Filters Cold Data from a Dataset

Description Usage Arguments Value

View source: R/PreProcess.R

Description

Filters Cold Data from a Dataset

Usage

1
2
3
4
filterColdData(
  dfData,
  dCutoffTempC = getOption("tirefittingr.coldCutoffTemp", default = -Inf)
)

Arguments

dfData

data frame containing a temperature column named TSTC. Defaults to the setting in getOption("tirefittingr.coldCutoffTemp", which in turn defaults to -Inf, if it is not set. For more info on options in tirefitingr, see the help file for the fitTires function with ?fitTires.

dCutoffTempC

numeric. Remove all data before the dataset reaches this temperature.

Value

data frame with rows removed before dCutoffTempC is reached.


fsaer/tirefittingr documentation built on May 15, 2020, 9:31 a.m.