Description Usage Arguments Value Examples
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.
1 | basicPre(dfData)
|
dfData |
data frame. A dataset of tire data to be processed. |
data frame. The tire data trimmed down to the number of datapoints specified by 'option("tirefittingr.iDataPoints")'.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.