rruff.sample {aqp} | R Documentation |
Several sample XRD patterns from the RRUFF project site.
data(rruff.sample)
A data frame with 3000 observations on the following 8 variables.
twotheta
twotheta values
nontronite
XRD pattern for nontronite
montmorillonite
XRD pattern for montmorillonite
clinochlore
XRD pattern for clinochlore
antigorite
XRD pattern for antigorite
chamosite
XRD pattern for chamosite
hematite
XRD pattern for hematite
goethite
XRD pattern for goethite
http://rruff.info/
http://rruff.info/
data(rruff.sample)
# plot all patterns
matplot(rruff.sample, type='l', lty=1)