Distances plot for an 'ICS_Out' object visualizing the separation of the outliers from the good data points.
# S3 method for ICS_Out
plot(
x,
pch.out = 16,
pch.good = 4,
col.out = 1,
col.good = grey(0.5),
col.cut = 1,
lwd.cut = 1,
lty.cut = 1,
xlab = "Observation Number",
ylab = "ICS distances",
...
)
A plot is displayed.
object of class "ICS_Out"
.
plotting symbol for the outliers.
plotting symbol for the 'good' data points.
color for the outliers.
color for the 'good' data points.
color for cut-off line.
lwd value for cut-off line.
lty value for cut-off line.
default x-axis label.
default y-axis label.
other arguments for plot
Aurore Archimbaud and Klaus Nordhausen
For the figure the IC distances are plotted versus their index. The cut-off value for distances is given as a horizontal line and all observations above the line are considered as outliers.