checkCompatible {spectralAnalysis} | R 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
[Package spectralAnalysis version 4.3.3 Index]