Description Usage Arguments Details Value References See Also Examples
View source: R/refractive_indexes.R
This function calculates the ordinary and extraordinary refractive index of quartz relative to vaccum. See details.
1 | n_quartz(lambda, comp = F)
|
lambda |
Wavelength in vacuum (nm). |
comp |
Logical. Should the ordinary and extraordinary indexes be returned? |
Quatrz is birefringent with two orientation dependent indexes of refraction, the extraordinary index of refraction (propagation along the optical axis) and the ordinary index of refraction (propagation orthogonal to optical axis). Values are provided at "room temperature".
If "comp" is FALSE (default), the average refractive index is returned. Otherwise a matrix is returned.
A numeric vector with the refractive index (unitless) of quartz relative to vaccum.
Ballard, S. S.; Browder, J. S.; Ebersole, J. F. 1982. Index of Refraction. In: Gray D. E. Ed., American Institute of Physics Handbook, McGraw-Hill, New York.
Fournier, G. R.; Ardouin, J.-P.; Levesque, M. 2018. Modeling Sea Bottom Hyperspectral Reflectance. Applied Sciences 8, 12, 23 p. DOI: 10.3390/app8122680
Ghosh, G. 1999. Dispersion-equation coefficients for the refractive index and birefringence of calcite and quartz crystals. Opt. Commun. 163, 95–102.
n_air
, n_water
, n_quartz
,
n_cellulose
, snell
, fresnel
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.