refractive_index.mspct | R Documentation |
A collection of refractive-index spectra for some materials.
refractive_index.mspct
A "generic_mspct"
object containing multiple
"generic_spct"
objects.
The "generic_mspct"
object contains "generic_spct"
objects with refractive index data.
The variables in each member spectrum are as follows:
w.length (nm)
n
k
Data labeled "for unrestricted use" originate from the Filmmetrics
Refractive Index Database at
https://www.filmetrics.com/refractive-index-database where
primary sources are provided. The names in refractive_index.mspct
are the same as in the downloaded files, except for the '.txt' tag.
length(refractive_index.mspct)
names(refractive_index.mspct)
refractive_index.mspct$PMMA # acrylic or Plexiglas
refractive_index.mspct[["PMMA"]]
# Compute spectral reflectance for an interface between acrylic and air
# incidence angle of colimated light 60 degrees away from the normal.
Rfr_from_n(angle_deg = 60, n = refractive_index.mspct[["PMMA"]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.