permittivity.NashSamblesAg: Complex Permittivity of Silver in the Visible Regime...

Description Usage Arguments Value Author(s) References See Also Examples

Description

Returns the Complex Permittivity of Silver in the Visible Regime according to ref [1], using a spline interpolation of the dataset data(NashSamblesAg).

Usage

1

Arguments

wavelength

Wavelength in nanometers

Value

A dataframe containing wavelength, and interpolated complex permittivity as a function of the supplied wavelengths.

Author(s)

Tom Constant

References

[1] D. J. Nash and J. R. Sambles, J. Mod. Op. 43, pp81 (1996).

See Also

NashSamblesAg

Examples

1
2
3
4
5
x<-permittivity.NashSamblesAg(seq(450,850,,100))
plot(x$wavelength,x$epsilon.real,type='l',lwd=2, col=2,xlab="wavelength",ylab="epsilon real")

data(NashSamblesAg)
points(NashSamblesAg$Wavelength,NashSamblesAg$EpsilonReal)

tjconstant/photonMonkey documentation built on May 31, 2019, 3:38 p.m.