checkCompatible: Check object compatibility

checkCompatibleR Documentation

Check object compatibility

Description

Check wheter 2 objects are compatible before using them together e.g. in time aligment using a time file with matching experiment name.

Usage

checkCompatible(x, y, ...)

## S4 method for signature 'SpectraInTime,ProcessTimes'
checkCompatible(x, y)

## S4 method for signature 'ProcessTimes,SpectraInTime'
checkCompatible(x, y)

Arguments

x

first object

y

second object

...

additional parameters

Value

no output, produces an error when object are not compatible with each other

TRUE when the aer competible, otherwise it stops and prints a list of error messages


spectralAnalysis documentation built on Jan. 11, 2023, 5:15 p.m.