| indiumoxide | R Documentation |
An X-ray diffractogram.
data(indiumoxide)
A matrix with two columns:
anglethe angles (degrees) of diffraction
countcorresponding 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.
P.L. Davies, U. Gather, M. Meise, D. Mergel, T. Mildenberger (2008). Residual based localization and quantification of peaks in x-ray diffractograms, Annals of Applied Statistics, Vol. 2, No. 3, 861-886.
angle = indiumoxide[,1]
photon = indiumoxide[,2]
plot(angle, type = 'l', photon, xlab = 'Angle', ylab = 'Photon count')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.