Description Usage Arguments Details Value See Also
Plot the monad object data and found outliers.
1 2 3 4 5 6 7 8 9  | QRMonOutliersPlot(
  qrObj,
  plotRegressionCurvesQ = TRUE,
  dataLineColor = NULL,
  dataPointsColor = "gray60",
  datePlotQ = FALSE,
  dateOrigin = "1970-01-01",
  echoQ = TRUE
)
 | 
qrObj | 
 An QRMon object.  | 
plotRegressionCurvesQ | 
 Should the regression curves be plotted or not?  | 
dataLineColor | 
 The color of the line connecting the data points. If NULL the data line is not plotted.  | 
dataPointsColor | 
 The color of the data points. If NULL the data points are not plotted.  | 
datePlotQ | 
 Should the regressor axis have dates scale?  | 
dateOrigin | 
 Same as the argument   | 
echoQ | 
 To echo the plot the or not?  | 
The outliers are assigned to qrObj$Value and qrObj$Outliers.
A QRMon object.
Other Outlier functions: 
QRMonOutliers()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.