basicPre: Basic Preprocess for Tire Data

Description Usage Arguments Value Examples

View source: R/PreProcess.R

Description

Randomly reduces the number of data points to 'getOption("tirefittingr.iDataPoints")' if a value is set. Defaults to 4000 otherwise. To set, run 'options("tirefittingr.iDataPoints" = 4000")', where 4000 is the number of data points you wish to use. For more info on options in tirefitingr, see the help file for the 'fitTires' function with '?fitTires'. Works for both lateral and longitudinal.

Usage

1
basicPre(dfData)

Arguments

dfData

data frame. A dataset of tire data to be processed.

Value

data frame. The tire data trimmed down to the number of datapoints specified by 'option("tirefittingr.iDataPoints")'.

Examples

1
2
3
4
5
## Not run: 
PreData = basicPre(ABCrun1Lat) #Wnere ABCrun1Lat is a data frame
PreData = basicPre(readTTCData("C:/folder/Full_path_name.dat"))

## End(Not run)

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