photobiology (version 0.11.1)

setHowMeasured: Set the "how.measured" attribute

Description

Function to set by reference the "how.measured" attribute of an existing generic_spct or derived-class object.

Usage

setHowMeasured(x, how.measured)

how_measured(x) <- value

Value

x

Arguments

x

a generic_spct object

how.measured, value

a list

See Also

Other measurement metadata functions: add_attr2tb(), getFilterProperties(), getHowMeasured(), getInstrDesc(), getInstrSettings(), getSoluteProperties(), getWhatMeasured(), getWhenMeasured(), getWhereMeasured(), get_attributes(), isValidInstrDesc(), isValidInstrSettings(), select_spct_attributes(), setFilterProperties(), setInstrDesc(), setInstrSettings(), setSoluteProperties(), setWhatMeasured(), setWhenMeasured(), setWhereMeasured(), spct_attr2tb(), spct_metadata(), subset_attributes(), trimInstrDesc(), trimInstrSettings()

Examples

Run this code

my.spct <- sun.spct
how_measured(my.spct)
how_measured(my.spct) <- "simulated with a radiation transfer model"
how_measured(my.spct)

Run the code above in your browser using DataLab