Learn R Programming

photobiologyLamps (version 0.5.3)

lamp_uses: Spectral data for Lamps designed for specific uses

Description

Names of members of the lamps.mspct collection of spectra grouped by intended use.

Usage

lamp_uses

photography_lamps

plant_grow_lamps

germicidal_lamps

flashlights

Arguments

Format

A vector of character strings.

An object of class character of length 8.

An object of class character of length 9.

An object of class character of length 1.

An object of class character of length 6.

Details

These vectors can be used to extract subsets of spectra from lamps.mspct. The set of names is not exhaustive. One additional vector, lamp_uses contains the naming given to intended specific lamp uses. Photography and video lamps are listed together in the vector photography_lamps.

See Also

lamps.mspct

Other indexing vectors of names: lamp_brands, lamp_colors, lamp_types

Examples

Run this code
plant_grow_lamps
photography_lamps

# select lamps for photography
lamps.mspct[photography_lamps]

Run the code above in your browser using DataLab