Description Usage Arguments See Also Examples
Function sets or changes the value of a field in the header slot of Spectra object
| 1 2 3 4 | spc.setheader(object) <- value
## S4 replacement method for signature 'Spectra'
spc.setheader(object) <- value
 | 
| object | A  | 
| value | Object of class SpcHeader | 
| 1 2 3 4 5 | sp=spc.example_spectra()
a=new("SpcHeader") # create new SpcHeader class
a$Longitude=123 
spc.setheader(sp) <- a
sp@header
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.