Returns the plot and identifies the three highest Cook's values
Arguments
x
an object of class lm, usually obtained by using the lm function.
main
the plot title
xlab
the x-axis title.
ylab
the y-axis title.
line
a vector of length 3 controlling the distances of the plot title, the x-axis title and the y-axis title
from the axis in line units.
cex.labels
a factor controlling the font size of the labels on suspected high influence points.
axisOpts
a list of additional arguments that can be used to control the axes. At this point
this list only contains one element xAxis which is logical. If xAxis == TRUE then the
x-axis will be displayed, and clearly, if it is FALSE, then it will not.
...
additional arguments are passed to plot and may provide some extra flexibility.