photobiology (version 0.9.30)

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

Arguments

x

a generic_spct object

how.measured, value

a list

Value

x

See Also

Other measurement metadata functions: getHowMeasured(), getInstrDesc(), getInstrSettings(), getWhatMeasured(), getWhenMeasured(), getWhereMeasured(), get_attributes(), isValidInstrDesc(), isValidInstrSettings(), select_spct_attributes(), setInstrDesc(), setInstrSettings(), setWhatMeasured(), setWhenMeasured(), setWhereMeasured(), spct_attr2tb(), trimInstrDesc(), trimInstrSettings()

Examples

Run this code
# NOT RUN {
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 DataCamp Workspace