Description Usage Arguments Value Examples
Interpolated Refractive Function
1 | rindex.function(pageid)
|
pageid |
The material pageid from rindex.search |
A function that will return the complex refractive index(s), given the wavelength(s) in meters
1 2 3 4 5 6 7 8 9 | rindex.search("Ag")
Ag_data <- rindex.get(0)
Ag <- rindex.function(0)
wavelengths <- seq(210,12300,, 1000) * 1e-9
plot(Ag_data$wavelength, Ag_data$n, log="x", xlab = "wavelength (m) - log scale", ylab = "n")
lines(wavelengths, Re(Ag(wavelengths)), col = 2, lwd = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.