plot.ICS_Out | R Documentation |
Distances plot for an 'ICS_Out' object visualizing the separation of the outliers from the good data points.
## S3 method for class '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",
...
)
x |
object of class |
pch.out |
plotting symbol for the outliers. |
pch.good |
plotting symbol for the 'good' data points. |
col.out |
color for the outliers. |
col.good |
color for the 'good' data points. |
col.cut |
color for cut-off line. |
lwd.cut |
lwd value for cut-off line. |
lty.cut |
lty value for cut-off line. |
xlab |
default x-axis label. |
ylab |
default y-axis label. |
... |
other arguments for |
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.
A plot is displayed.
Aurore Archimbaud and Klaus Nordhausen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.