Learn R Programming

photobiologyLamps (version 0.5.3)

lamp_types: Spectral data for Lamps of different types

Description

Names of members of the lamps.mspct collection of spectra grouped by the technology their are based on, i.e., type.

Usage

lamp_types

incandescent_lamps

fluorescent_lamps

led_lamps

mercury_lamps

multimetal_lamps

sodium_lamps

xenon_lamps

Arguments

Format

A vector of character strings.

An object of class character of length 3.

An object of class character of length 24.

An object of class character of length 33.

An object of class character of length 25.

An object of class character of length 1.

An object of class character of length 1.

An object of class character of length 4.

Details

These vectors can be used to extract subsets of spectra from lamps.mspct. One additional vector, lamp_types contains the names used for types of lamps in the names and vectors.

See Also

lamps.mspct

Other indexing vectors of names: lamp_brands, lamp_colors, lamp_uses

Examples

Run this code
lamp_types

sodium_lamps
multimetal_lamps
mercury_lamps
led_lamps

# select lamps emitting in the amber, yellow, orange region
lamps.mspct[sodium_lamps]

Run the code above in your browser using DataLab