Verify the Integrity of a Spectra or Spectra2D Object
chkSpectra(spectra, confirm = FALSE)
None. When used at the console, and the object is OK, no message is
written unless confirm = TRUE
. At the console, if there is a
problem, messages are issued regardless of the value of confirm
.
Bryan A. Hanson, DePauw University.
if (checkForPackageWithVersion("ChemoSpec", "5.1")) { library("ChemoSpec") data(SrE.IR) chkSpectra(SrE.IR) } if (checkForPackageWithVersion("ChemoSpec2D", "0.3")) { library("ChemoSpec2D") data(MUD1) chkSpectra(MUD1) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.