photobiology (version 0.9.30)

check_w.length: Sanity check of wavelengths (internal function).

Description

This function checks a w.length vector for compliance with assumptions used in calculations.

Usage

check_w.length(w.length)

Arguments

w.length

numeric array of wavelength (nm)

Value

a single logical value indicating whether test was passed or not

See Also

Other data validity check functions: check_spct(), check_spectrum()

Examples

Run this code
# NOT RUN {
with(sun.data, photobiology:::check_w.length(w.length))

# }

Run the code above in your browser using DataCamp Workspace