View source: R/spct.metadata.r
| getInstrDesc | R Documentation | 
Function to query the "instr.desc" attribute of an existing
generic_spct or derived-class object, or of a
summary_generic_spct or derived-class object.
getInstrDesc(x)
instr_descriptor(x)
| x | a  | 
an object of class "instr_desc" derived from "list".
The fields spectrometer.name, spectrometer.sn,
bench.grating and bench.slit are always present, although may
be set to NA. Additional fields can be present depending on the
origin of the data.
Other measurement metadata functions: 
add_attr2tb(),
getFilterProperties(),
getHowMeasured(),
getInstrSettings(),
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()
valid.descriptor <- getInstrDesc(white_led.cps_spct)
class(valid.descriptor)
print(valid.descriptor)
print(str(valid.descriptor))
missing.descriptor <- getInstrDesc(white_body.spct)
class(missing.descriptor)
print(missing.descriptor)
print(str(missing.descriptor))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.