indiumoxide: An X-ray diffractogram.

indiumoxideR Documentation

An X-ray diffractogram.

Description

An X-ray diffractogram.

Usage

data(indiumoxide)

Format

A matrix with two columns:

angle

the angles (degrees) of diffraction

count

corresponding photon counts.

Details

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.

Source

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.

Examples

angle = indiumoxide[,1]
photon = indiumoxide[,2]
plot(angle, type = 'l', photon, xlab = 'Angle', ylab = 'Photon count')

JOPS documentation built on Sept. 8, 2023, 5:42 p.m.

Related to indiumoxide in JOPS...