Learn R Programming

cda (version 1.2.1)

epsAg: epsAg

Description

permittivity silver

Usage

epsAg(lambda, epsilon.infty = 4, lambda.p = 282,
    mu.p = 17000)

Arguments

lambda
wavelength in nm
epsilon.infty
background dielectric constant
lambda.p
plasma wavelength
mu.p
damping constant

Value

  • data.frame

Details

analytical dielectric function of Silver (Drude model)

References

Principles of surface-enhanced Raman spectroscopy and related plasmonic effects Eric C. Le Ru and Pablo G. Etchegoin, published by Elsevier, Amsterdam (2009).

See Also

Other user_level permittivity: epsAu

Examples

Run this code
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)
matpoints(AgPalik$wavelength, cbind(Re(AgPalik$epsilon), Im(AgPalik$epsilon)))

Run the code above in your browser using DataLab