propagate_to_bounds: Propagate function to bounds

Description Usage Arguments Value

Description

Since lower and upper bounds should be members of the same class as the object they are bounding, function applied on the parent object can be directly applied to the bounds.

Usage

1
2
3
4
5
6
7
.propagate_to_bounds(object, ...)

## S4 method for signature 'NMRScaffold'
.propagate_to_bounds(object, f, ...)

## S4 method for signature 'NMRScaffold1D'
.propagate_to_bounds(object, f, ...)

Arguments

object

NMRScaffold1D or NMRScaffold2D object.

...

Extra arguments to f.

f

Function to be applied.

Value

Modified NMRScaffold object.


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