Description Usage Arguments Value Author(s) References See Also Examples
Returns the Complex Permittivity of Silver in the Visible Regime according to ref [1], using a spline interpolation of the dataset data(NashSamblesAg).
1 | permittivity.NashSamblesAg(wavelength)
|
wavelength |
Wavelength in nanometers |
A dataframe containing wavelength, and interpolated complex permittivity as a function of the supplied wavelengths.
Tom Constant
[1] D. J. Nash and J. R. Sambles, J. Mod. Op. 43, pp81 (1996).
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.