australia: Australia spectra library data set

Description Author(s) References Examples

Description

The australia data set gathers 100 soil spectra, along side with their organic carbon, pH and clay content values. This data set has been collected by CSIRO.The oz dataset is the first 5 samples of australia, and is here to keep examples fast to run.

The data.frame contains the following columns:

Author(s)

Data kindly contributed by Raphael Viscarra Rossel. To reduce the size of the package, the original dataset has been reduced to 100 spectra using the Kennard-Stone algorithm.

References

Viscarra Rossel, R. and Behrens, T. 2010.

Examples

1
2
3
4
5
6
7
8
9
data(australia)
big.head(australia)
spectra(australia) <- sr_no ~ ... ~ 350:2500
summary(australia)

data(oz)
big.head(oz)
spectra(oz) <- sr_no ~ ... ~ 350:2500
summary(oz)

pierreroudier/inspectr documentation built on May 25, 2019, 6:08 a.m.