powered by
data(hawkins)
#---- Finding outliers using the LOF algorithm---- data(hawkins) haw.lof=maxlof(hawkins[,1:3],"Hawkins") haw.lof[order(haw.lof,decreasing=TRUE)]
Run the code above in your browser using DataLab