StatDA (version 1.7.4)

AuOLD: Au data, old

Description

Au data from Kola C-horizon, old measurement method

Usage

data(AuOLD)

Arguments

Format

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 ...

Details

These data of Au have much worse quality than the data AuNEW.

References

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.

Examples

Run this code
# NOT RUN {
data(AuNEW)
data(AuOLD)
plot(log10(AuOLD),log10(AuNEW))
# }

Run the code above in your browser using DataCamp Workspace