is_conformant: Check whether NMRScaffold objects conform

Description Usage Arguments Value

Description

For their parameters to be conformant, peaks must have the same rows and columns, while baseline, baseline_difference, and phase must all be the same length.

Usage

1
2
3
4
.is_conformant(object1, object2)

## S4 method for signature 'NMRScaffold1D'
.is_conformant(object1, object2)

Arguments

object1

NMRScaffold1D or NMRScaffold2D object.

object2

NMRScaffold1D or NMRScaffold2D object.

Value

TRUE if the two objects are conformant, FALSE otherwise.


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