I am testing the equivalence of two numeric classes, however when the values being compared are a value of 1 or less R returns False, see console output
As long as the comparison between the value in loadograph and the value in pulse_endTime are greater than 1, things work, however less than one FALSE is returned. Could it be the way the round function was used here?
loadograph$Time<-round(loadograph$Time, 2); pulse_endTime<-round(pulse_endTime, 2)
Any help is appreciated