An X-ray diffractogram.
data(indiumoxide)
A matrix with two columns:
angle
the angles (degrees) of diffraction
count
corresponding photon counts.
An X-ray diffractogram of Indium-Tin oxide.
These data have been taken from the source of package Diffractometry
,
which is no longer available from CRAN in binary form.
angle = indiumoxide[,1]
photon = indiumoxide[,2]
plot(angle, type = 'l', photon, xlab = 'Angle', ylab = 'Photon count')
Run the code above in your browser using DataLab