L {interfr} | R Documentation |
L
is called internally to fill the spectral transmission matrix
needed for interference color calculation
L(lambda = 550, d = 30, biref)
lambda |
Wavelength (nanometers). |
d |
Thickness (micrometers). |
biref |
Birefringence . |
a single transmission value
Olivier Eterradossi, olivier.eterradossi@mines-ales.fr
Bloss, F.D. (1999) Optical Cristallography. Mineralogical Society of America Monograph Series, Washington DC, Publication #5. ISBN 0-939950-49-9
## Not run:
test.L<-L(lambda=550,d=30,biref=0.00025)
## End(Not run)