lamp_colors: Spectral data for Lamps of different colours

lamp_colorsR Documentation

Spectral data for Lamps of different colours

Description

Names of members of the collection of emission spectra lamps.mspct grouped by the wavelength at which they emit.

Usage

lamp_colors

uv_lamps

purple_lamps

ir_lamps

blue_lamps

green_lamps

yellow_lamps

orange_lamps

red_lamps

amber_lamps

white_lamps

Format

A vector of character strings.

An object of class character of length 8.

An object of class character of length 14.

An object of class character of length 5.

An object of class character of length 10.

An object of class character of length 3.

An object of class character of length 1.

An object of class character of length 7.

An object of class character of length 14.

An object of class character of length 8.

An object of class character of length 50.

Details

The character vectors "uv_leds", "purple_leds", "blue_leds", "green_leds", "yellow_leds", "orange_leds" and "red_leds" 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.

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

See Also

lamps.mspct

Examples

uv_lamps
blue_lamps
red_lamps
white_lamps

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


photobiologyLamps documentation built on Oct. 24, 2023, 5:06 p.m.