View source: R/xrd.FringeThickness.R
xrd.FringeThickness | R Documentation |
Given two angles (2Theta) and the x-ray wavelength, the corresponding thickness in units of Angstrom is returned
xrd.FringeThickness(theta1, theta2, lambda = 1.5406)
theta1 |
first Two Theta (2Theta) angle in degree |
theta2 |
second Two Theta (2Theta) angle in degree |
lambda |
wave length of x-ray radiation in units of Angstrom |
thickness in units of Angstrom
# Should be 111.64 nm
xrd.FringeThickness(66.22698, 66.32140)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.