Skip to content
Prev 76340 / 398502 Next

Testing if all elements are equal in a vector/matrix

Hi Doran

The documentation for isTRUE reads 'isTRUE(x)' is an abbreviation of 
'identical(TRUE,x)'  so actually Vincent's solutions is "cleaner" than using 
identical :)

Cheers

Francisco