testEqual(obj1, obj2, fuzz = 0)
## S3 method for class 'default':
testEqual(obj1, obj2, fuzz = 1e-16)
## S3 method for class 'array':
testEqual(obj1, obj2, fuzz = 1e-16)
## S3 method for class 'list':
testEqual(obj1, obj2, fuzz = 1e-16)
## S3 method for class 'matrix':
testEqual(obj1, obj2, fuzz = 1e-16)
## S3 method for class 'numeric':
testEqual(obj1, obj2, fuzz = 1e-16)
testEqualtframes
testEqual(matrix(1:10,10,2), array(1:10, c(10,2)))
testEqual(matrix(1:10,10,1),1:10)
Run the code above in your browser using DataLab