Description Usage Arguments Details Value Author(s) References See Also Examples
permittivity silver
1 2 | epsAg(wavelength, epsilon.inf = 4, lambda.p = 282,
mu.p = 17000)
|
wavelength |
wavelength in nm |
epsilon.inf |
background dielectric constant |
lambda.p |
plasma wavelength |
mu.p |
damping constant |
analytical dielectric function of Silver (Drude model)
data.frame
baptiste Auguie
Principles of surface-enhanced Raman spectroscopy and related plasmonic effects Eric C. Le Ru and Pablo G. Etchegoin, published by Elsevier, Amsterdam (2009).
Other user_level permittivity: epsAu
1 2 3 4 5 6 7 | require(dielectric) ; data(AgPalik)
wvl <- seq(300, 900)
silver <- epsAg(wvl)
matplot(silver$wavelength, cbind(Re(silver$epsilon), Im(silver$epsilon)),
t="l", lty=1, xlab = "wavelength / nm", ylab = "Dielectric function")
matpoints(AgPalik$wavelength, cbind(Re(AgPalik$epsilon), Im(AgPalik$epsilon)), pch=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.