nmrdata_1d: Constructor for generating an NMRData1D object

Description Usage Arguments Value

Description

Loads data in JCAMP file or Bruker directory and uses it to initialize an NMRData1D object.

Usage

1
2
nmrdata_1d(path, procs.number = NA, blocks.number = NA,
  ntuples.number = NA)

Arguments

path

Path to a Bruker scan directory or JCAMP file.

procs.number

Specifies processing file number to use when loading from a Bruker scan directory. Defaults to the smallest number in the pdata directory. Ignored if loading from a JCAMP file.

blocks.number

Specifies block number to use when loading from a JCAMP file. Defaults to the first block encountered. Ignored if loading from Bruker directory.

ntuples.number

Specifies ntuple entry number to use when loading from a JCAMP file. Defaults to the first ntuple entry encountered. Ignored if loading from Bruker directory.

Value

An NMRData1D object containing the 1r/1i processed data as well as the procs and acqus parameters.


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