Set the "what.measured" attribute
Function to set by reference the "what.measured" attribute of an existing generic_spct or derived-class object.
setWhatMeasured(x, what.measured) what_measured(x) <- value
x |
a generic_spct object |
what.measured, value |
a list |
x
This function alters x itself by reference and in addition returns x invisibly. If x is not a generic_spct object, x is not modified.
Other measurement metadata functions:
add_attr2tb(),
getFilterProperties(),
getHowMeasured(),
getInstrDesc(),
getInstrSettings(),
getWhatMeasured(),
getWhenMeasured(),
getWhereMeasured(),
get_attributes(),
isValidInstrDesc(),
isValidInstrSettings(),
select_spct_attributes(),
setFilterProperties(),
setHowMeasured(),
setInstrDesc(),
setInstrSettings(),
setWhenMeasured(),
setWhereMeasured(),
spct_attr2tb(),
spct_metadata(),
trimInstrDesc(),
trimInstrSettings()
my.spct <- sun.spct what_measured(my.spct) what_measured(my.spct) <- "Sun" what_measured(my.spct)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.