reflModel {SPPr} | R Documentation |
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)
reflModel(k0, kx, thickness, epsilon, polar="p")
k0 |
scalar |
kx |
vector |
thickness |
matrix : length(kx) x length(thickness) |
list: R and T
a bit slow
baptiste
Raether
objF
to fit the data, plotModel
.