Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

testEqualtframes

Compare Two Time Frames


Description

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)
    ## Default S3 method:
testEqualtframes(tf1,tf2)
    ## S3 method for class 'stamped'
testEqualtframes(tf1,tf2)

Arguments

tf1, tf2

Time frames of the same class.

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).

Value

TRUE or FALSE

See Also

Examples

testEqualtframes(tframe(matrix(1:10,10,2)), tframe(array(1:10, c(10,2))))

tframe

Time Frame Coding Kernel

v2015.12-1.1
GPL-2
Authors
Paul Gilbert <pgilbert.ttv9z@ncf.ca>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.