## S3 method for class 'CovClassic':
plot(x, which = c("all","distance","qqchi2","tolellipse","screeplot"),
ask=(which=="all" && dev.interactive()),
cutoff, id.n, tol=1e-7, ...)
## S3 method for class 'CovRobust':
plot(x, which = c("all","dd","distance","qqchi2","tolellipse","screeplot"),
classic=FALSE, ask=(which=="all" && dev.interactive()),
cutoff, id.n, tol=1e-7, ...)"Cov" or "CovRobust"which="all".classic=FALSE.ask = which=="all" && dev.interactive().cutoff is used.tol = 10e-7data(hbk)
hbk.x <- data.matrix(hbk[, 1:3])
cv <- CovClassic(hbk.x)
plot(cv)
rcv <- CovMest(hbk.x)
plot(rcv)Run the code above in your browser using DataLab