permittivity.PalikAg: 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(PalikAg).

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] E. D. Palik, Handbook of Optical Constants of Solids (Academic Press, 1985), p. 1096.

See Also

PalikAg

Examples

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

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

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