Return the ppm scale of an MRS dataset or fit result.
ppm(x, ft = NULL, ref = NULL, fs = NULL, N = NULL)
# S3 method for class 'mrs_data'
ppm(x, ft = NULL, ref = NULL, fs = NULL, N = NULL)
# S3 method for class 'fit_result'
ppm(x, ft = NULL, ref = NULL, fs = NULL, N = NULL)
MRS dataset of fit result.
transmitter frequency in Hz, does not apply when the object is a fit result.
reference value for ppm scale, does not apply when the object is a fit result.
sampling frequency in Hz, does not apply when the object is a fit result.
number of data points in the spectral dimension, does not apply when the object is a fit result.
ppm scale.