int_spec: Integrate a spectral region.

View source: R/mrs_data_proc.R

int_specR Documentation

Integrate a spectral region.

Description

See spec_op function for a more complete set of spectral operations.

Usage

int_spec(mrs_data, xlim = NULL, freq_scale = "ppm", mode = "re")

Arguments

mrs_data

MRS data.

xlim

spectral range to be integrated (defaults to full range).

freq_scale

units of xlim, can be : "ppm", "hz" or "points".

mode

spectral mode, can be : "re", "im", "mod" or "cplx".

Value

an array of integral values.


spant documentation built on Oct. 23, 2023, 5:06 p.m.