xrd.get.DebyeScherrer: Applies Scherrer Equation to PeakStats

View source: R/xrd.get.DebyeScherrer.R

xrd.get.DebyeScherrerR Documentation

Applies Scherrer Equation to PeakStats

Description

Returns the particle size or film thickness as calculated with the Scherrer equation; units of Angstrom, for more information see [Scherrer Equation](https://en.wikipedia.org/wiki/Scherrer_equation)

Usage

xrd.get.DebyeScherrer(PeakStats, Lambda = 1.5406, K = 0.9)

Arguments

PeakStats

vector with the peak statistics

Lambda

wavelength of x-ray in (A)

K

geometrical factor, usually a number between 0.9 and 1.0

Value

peak width in Angstrom

See Also

[xrd.get.PeakStats()]

Examples

filename = xrd.getSampleFiles()[1]
d = xrd.read.ASC(filename)
ds = xrd.get.PeakStats(d$theta, d$I, 38.2)
xrd.get.DebyeScherrer(ds)


thomasgredig/rigakuXRD documentation built on Feb. 3, 2024, 10:49 p.m.