data(hbk)
hbk.x <- data.matrix(hbk[, 1:3])
cv <- CovMest(hbk.x) # it is not possible to create an object of
# class CovRobust, since it is a VIRTUAL class
cv
summary(cv) # summary method for class CovRobust
plot(cv) # plot method for class CovRobust
Run the code above in your browser using DataLab