Skip to content
Prev 12427 / 63461 Next

Unexpected behaviour of identical (PR#6799)

What about changing identical() to ignore the order of attributes?  Is 
there any code anywhere that depends on the order of attributes, other than 
identical()?  I've only seen attributes treated as an unordered set, and 
never as an ordered list.  There are some functions in S-plus that change 
the order of attributes, and the only thing this affects is 
identical().  (Which in S-plus also pays attention to the order of attributes.)

-- Tony Plate
At Tuesday 05:42 AM 4/20/2004, p.dalgaard@biostat.ku.dk wrote: