View source: R/spct.metadata.r
getInstrSettings | R Documentation |
Function to extract the "instr.settings"
attribute from
generic_spct
object or from a summary_generic_spct
.
getInstrSettings(x)
instr_settings(x)
x |
a |
If x
is derived from generic_spct
or from
summary_generic_spct
, the value of attribute "instr.settings"
is returned (NULL
, if missing). Otherwise list()
is returned.
an object of class "instr_settings"
derived from "list"
.
Other measurement metadata functions:
add_attr2tb()
,
getFilterProperties()
,
getHowMeasured()
,
getInstrDesc()
,
getSoluteProperties()
,
getWhatMeasured()
,
getWhenMeasured()
,
getWhereMeasured()
,
get_attributes()
,
isValidInstrDesc()
,
isValidInstrSettings()
,
select_spct_attributes()
,
setFilterProperties()
,
setHowMeasured()
,
setInstrDesc()
,
setInstrSettings()
,
setSoluteProperties()
,
setWhatMeasured()
,
setWhenMeasured()
,
setWhereMeasured()
,
spct_attr2tb()
,
spct_metadata()
,
subset_attributes()
,
trimInstrDesc()
,
trimInstrSettings()
settings <- getInstrSettings(white_led.cps_spct)
class(settings)
print(settings)
print(str(settings))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.