View source: R/spct.metadata.r
setInstrSettings | R Documentation |
Function to set by reference the "what.measured"
attribute of a
generic_spct
, or of a summary_generic_spct
object.
setInstrSettings(x, instr.settings)
instr_settings(x) <- value
x |
a |
instr.settings , value |
a |
This function alters x
itself by reference and in addition
returns x
invisibly. If x
is not a generic_spct
object
or a summary_generic_spct
object, x
is not modified,
silently. If inst.desc = NULL
is passed in the call, the attribute
instr.settings
is removed. This function is very rarely called
from user code.
x
Other measurement metadata functions:
add_attr2tb()
,
getFilterProperties()
,
getHowMeasured()
,
getInstrDesc()
,
getInstrSettings()
,
getSoluteProperties()
,
getWhatMeasured()
,
getWhenMeasured()
,
getWhereMeasured()
,
get_attributes()
,
isValidInstrDesc()
,
isValidInstrSettings()
,
select_spct_attributes()
,
setFilterProperties()
,
setHowMeasured()
,
setInstrDesc()
,
setSoluteProperties()
,
setWhatMeasured()
,
setWhenMeasured()
,
setWhereMeasured()
,
spct_attr2tb()
,
spct_metadata()
,
subset_attributes()
,
trimInstrDesc()
,
trimInstrSettings()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.