Au data from Kola C-horizon, old measurement method
data(AuOLD)
The format is: num [1:606] 0.001 0.001 0.002 0.001 0.007 0.006 0.001 0.001 0.001 0.001 ...
These data of Au have much worse quality than the data AuNEW.
C. Reimann, P. Filzmoser, R.G. Garrett, and R. Dutter: Statistical Data Analysis Explained. Applied Environmental Statistics with R. John Wiley and Sons, Chichester, 2008.
# NOT RUN {
data(AuNEW)
data(AuOLD)
plot(log10(AuOLD),log10(AuNEW))
# }
Run the code above in your browser using DataLab