R/mrs_data_proc.R
peak_info.Rd
Search for the highest peak in a spectral region and return the frequency, height and FWHM.
peak_info(
mrs_data,
xlim = c(4, 0.5),
interp_f = 4,
scale = "ppm",
mode = "real"
)
an object of class mrs_data
.
frequency range (default units of PPM) to search for the highest peak.
interpolation factor, defaults to 4x.
the units to use for the frequency scale, can be one of: "ppm", "hz" or "points".
spectral mode, can be : "real", "imag" or "mod".
list of arrays containing the highest peak frequency, height and FWHM in units of PPM and Hz.