norm_mrs: Normalise mrs_data to a spectral region.
Description
Normalise mrs_data to a spectral region.
Usage
norm_mrs(mrs_data, xlim = NULL, scale = "ppm", mode = "re", summation = "l2")
Arguments
xlim
spectral range to be integrated (defaults to full range).
scale
units of xlim, can be : "ppm", "Hz" or "points".
mode
spectral mode, can be : "re", "im", "mod" or "cplx".
summation
can be "sum", "mean" or "l2" (default).