filter_1d: Filter 1D chemical shift data by selecting specific regions

Description Usage Arguments Value

Description

Filters processed data to include only that which is contained between a set of lower and upper bounds on chemical shift.

Usage

1
2
3
4
filter_1d(object, lower = NULL, upper = NULL, round.up = FALSE, ...)

## S4 method for signature 'NMRData1D'
filter_1d(object, lower, upper, round.up)

Arguments

object

An NMRData1D object.

lower

A lower bound for chemical shift (in the direct dimension).

upper

An upper bound for chemical shift (in the direct dimension).

round.up

True to round up the total number of points to a power of 2. This is useful to ensure rapid convolution using the fft when convolution is included in the fit.

Value

An NMRData1D object with filtered processed data.


ssokolen/rnmrfit documentation built on May 23, 2019, 1:48 p.m.