Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

australia

Australia spectra library data set


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:

  • sr_noa unique identifier for each spectrum

  • carbonsoil organic carbon values

  • phsoil pH values

  • claysoil clay values

  • X350, X351, ...,X2499, X2500reflectance in wavelengths 350 to 2500nm

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

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

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

spectacles

Storing, Manipulating and Analysis Spectroscopy and Associated Data

v0.5-3
GPL-3
Authors
Pierre Roudier [aut, cre], Max Kuhn [ctb], Kristian Hovde Liland [ctb], Bjorn-Helge Mevik [ctb], Hadley Wickham [ctb], Raphael Viscarra Rossel [dtc]
Initial release
2021-01-11

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.