Learn R Programming

photobiologyFilters (version 0.6.0)

refractive_index.mspct: Refractive-index spectra for materials

Description

A collection of refractive-index spectra for some materials.

Usage

refractive_index.mspct

Arguments

Format

A "generic_mspct" object containing multiple "generic_spct" objects.

Details

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

Examples

Run this code
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"]])

Run the code above in your browser using DataLab