getMultipleWl {photobiology} | R Documentation |
Get the "multiple.wl" attribute
Description
Function to query the value of the multiple.wl
attribute of an
existing generic_spct
.
Usage
getMultipleWl(x)
multiple_wl(x)
Arguments
x |
a generic_spct object |
Value
integer
value, the value of attribute multiple.wl
, or
NA
if the attribute is not set, or if x
is not a
generic_spct
object or an object of a derived class.
See Also
Other multiple.wl attribute functions:
setMultipleWl()
Examples
multiple_wl(sun.spct)
multiple_wl(sun_evening.spct)
[Package photobiology version 0.13.1 Index]