reflModel {SPPr}R Documentation

Theoretical model for multilayer stacks

Description

Using recursive Fresnel coefficients to model reflectivity at a fixed wavelength in a Kretschmann geometry. # computes recursively the complex effective reflection and transmission coefficients # from a multilayered structure # epsilon is a matrix of dimensions # length(kx) x length(thickness)

Usage

reflModel(k0, kx, thickness, epsilon, polar="p")

Arguments

k0 scalar
kx vector
thickness matrix : length(kx) x length(thickness)

Value

list: R and T

Note

a bit slow

Author(s)

baptiste

References

Raether

See Also

objF to fit the data, plotModel.


[Package SPPr version 1.0 Index]