Outlier Detection with LOF(Cont.) n = nrow(iris2) Labels = 1:n Labels[-outliers] = “.” Biplot(prcomp(iris2), cex=.8, xlabs=labels)