Learn R Programming

photobiologyLamps (version 0.5.3)

lamp_colors: Spectral data for Lamps of different colours

Description

Names of members of the lamps.mspct collection of spectra grouped by colour or wavelength band.

Usage

lamp_colors

uv_lamps

purple_lamps

blue_lamps

green_lamps

yellow_lamps

orange_lamps

red_lamps

ir_lamps

amber_lamps

white_lamps

Arguments

Format

A vector of character strings.

An object of class character of length 11.

An object of class character of length 0.

An object of class character of length 0.

An object of class character of length 0.

An object of class character of length 0.

An object of class character of length 0.

An object of class character of length 4.

An object of class character of length 2.

An object of class character of length 0.

An object of class character of length 50.

Details

contain the names of the members of lamps.mspct with peaks of emission within the wavelength range corresponding to the light colours as defined by ISO standards. Vector amber_lamps is the union of "yellow_lamps" and "orange_lamps". Vector white_lamps contains the names of spectra for lamps with broad or multiple peaks of emission in the visible range. Vectors "uv_lamps" and "ir_lamps" contain the names for lamps with peak emission at wavelengths < 400 nm and wavelengths > 700 nm, respectively. One additional vector, lamp_colors contains the names of the colors as used in the vectors.

These vectors can be used to extract subsets of spectra from lamps.mspct.

See Also

lamps.mspct

Other indexing vectors of names: lamp_brands, lamp_types, lamp_uses

Examples

Run this code
lamp_colors

uv_lamps
blue_lamps
red_lamps
white_lamps

# select data for lamps  emitting in the ultraviolet region
lamps.mspct[uv_lamps]

Run the code above in your browser using DataLab