plotRunConditions: Plots columns vs time of tire data

Description Usage Arguments Value Examples

View source: R/Postprocess.R

Description

Plots columns vs time of tire data

Usage

1
plotRunConditions(dfData, sRunName, sSavePath = NULL)

Arguments

dfData

data frame. Processed tire data.

sRunName

string. Name of the run.

sSavePath

string. Defaults to NULL. Path to save the plot to. NULL does not save the plot, and instead displays in the plot window.

Value

string. "Plot Run Conditions Successful". If no errors occurred.

Examples

1
2
3
4
5
## Not run: 
setFYPure2002() ## or setFXPure2002()
plotRunConditions(ABCrun1LongPreProccessed)

## End(Not run)

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