powered by
SpcHeader
Function add the value of a field in the header slot of SpcHeader class object
SpcHeaderAdd (object,Name,Value,...)# S4 method for SpcHeader SpcHeaderAdd(object, Name, Value)
# S4 method for SpcHeader SpcHeaderAdd(object, Name, Value)
of class SpcHeader
a character variable
a numeric variable
arguments to be passed to or from other methods
# NOT RUN { sp=spc.example_spectra() sp@header sp@ShortName sp@header=SpcHeaderAdd(sp@header,sp@ShortName,10) sp@header # }
Run the code above in your browser using DataLab