penDepth: penDepth

Description Usage Arguments Value Author(s) Examples

Description

penetration depth calculation

Usage

1
penDepth(ai, delta, beta, lambda = 0.154)

Arguments

ai

angle of incidence

delta

Re part of index of refraction

beta

Im. part of index of refraction

lambda

wavelength [nm]

Value

calculated penetration depth in [nm]

Author(s)

K. Juraic

Examples

1
2
ai <- seq(.01,1,by=.001)
plot(ai,penDepth(ai, 0.758e-5, 1.755e-7), type='l')

kjuraic/rsaxs documentation built on May 20, 2019, 10:26 a.m.