PJ and Peter J. Diggle
In hist.krige.bayes() there is a call to hist with the options prob=FALSE and plot=FALSE. This gives a warning. Illustration:
hist.krige.bayes()
hist(rnorm(16),prob=FALSE, plot=FALSE)