Learn R Programming

JOPS (version 0.2.0)

indiumoxide: An X-ray diffractogram.

Description

An X-ray diffractogram.

Usage

data(indiumoxide)

Arguments

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.

Examples

Run this code
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