IBSpectra.log {isobar} | R Documentation |
The slot log
of IBSpectra
objects contains a matrix with
two columns which contain a timestamp and message. Rownames
relate to the item logged.
Used by correctIsotopeImpurities
and normalize
.
do.log(x, name, msg) get.log(x, name) is.logged(x, name)
x |
IBSpectra object |
name |
Name of property to be logged (translates to row name). |
msg |
Message to be logged for name. |
A warning message will be displayed if a already logged property is logged again.
do.log: IBSpectra object with updated log. get.log:
Florian P Breitwieser
IBSpectra-class
data(ibspiked_set1) ib <- normalize(correctIsotopeImpurities(ibspiked_set1)) ib@log