set_normalized: Normalize or undo normalization of a NMRScaffold1D or...

Description Usage Arguments Value

Description

The fit process benefits from scaling x and y data to a limited 0-1 range. Naturally, this requires all parameters be normalized to a set of data. By default, parameters are normalized to the internally stored nmrdata slot, however, a different NMRData1D object can also be provided.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
set_normalized(object, nmrdata = NULL, normalized = TRUE,
  include.bounds = FALSE, ...)

## S4 method for signature 'NMRScaffold1D'
set_normalized(object, nmrdata = NULL,
  normalized = TRUE, include.bounds = FALSE)

## S4 method for signature 'NMRFit1D'
set_normalized(object, nmrdata = NULL,
  normalized = TRUE, include.bounds = FALSE)

Arguments

object

An NMRScaffold1D or NMRScaffold2D object.

nmrdata

An optional NMRData object used for normalization.

normalized

TRUE to normalize, FALSE to undo normalization.

include.bounds

TRUE to perform the same operation on bounds.

...

Additional arguments passed to inheriting methods.

Value

A new NMRScaffold1D or NMRFit1D object with modified parameters.


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