powered by
Spectra
Function sets or changes the value of a field in the header slot of Spectra object
spc.setheader(object) <- value# S4 method for Spectra spc.setheader(object) <- value
# S4 method for Spectra spc.setheader(object) <- value
A Spectra object
Object of class SpcHeader
spc.getheader
# NOT RUN { sp=spc.example_spectra() a=new("SpcHeader") # create new SpcHeader class a$Longitude=123 spc.setheader(sp) <- a sp@header # }
Run the code above in your browser using DataLab