Generic function to compare two time frames. The methods return a
logical value, TRUE if the time frames are the same type and value and FALSE otherwise.
Usage
testEqualtframes(tf1,tf2)
## S3 method for class 'default':
testEqualtframes(tf1,tf2)
## S3 method for class 'stamped':
testEqualtframes(tf1,tf2)
Arguments
tf1, tf2
Time frames of the same class.
Value
TRUE or FALSE
Details
Time frames are compared. Time frames need to be of the same class (although it would be nice if they did
not need to be).