QRMonOutliersPlot: Outliers plot.

Description Usage Arguments Details Value See Also

View source: R/QRMon.R

Description

Plot the monad object data and found outliers.

Usage

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
)

Arguments

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 origin of as.POSIXct.

echoQ

To echo the plot the or not?

Details

The outliers are assigned to qrObj$Value and qrObj$Outliers.

Value

A QRMon object.

See Also

Other Outlier functions: QRMonOutliers()


antononcube/QRMon-R documentation built on July 26, 2021, 1:07 p.m.