| tsEvaPlotTransfToStat {RtsEva} | R Documentation | 
tsEvaPlotTransfToStat
Description
tsEvaPlotTransfToStatis a function that creates a
line plot of time series data along with statistical measures.
Usage
tsEvaPlotTransfToStat(
  timeStamps,
  statSeries,
  srsmean,
  stdDev,
  st3mom,
  st4mom,
  varargin
)
Arguments
| timeStamps | A vector of time stamps for the data points. | 
| statSeries | A vector of the main time series data. | 
| srsmean | A vector of the mean values for each time stamp. | 
| stdDev | A vector of the standard deviation values for each time stamp. | 
| st3mom | A vector of the third moment values for each time stamp. | 
| st4mom | A vector of the fourth moment values for each time stamp. | 
| varargin | Additional optional arguments to customize the plot. | 
Value
A ggplot object representing the line plot.
See Also
tsEvaPlotTransfToStatFromAnalysisObj
[Package RtsEva version 1.0.0 Index]