search for: xl0_

Displaying 1 result from an estimated 1 matches for "xl0_".

Did you mean: x00_
2003 Feb 27
0
unwanted coercion of length 0 vectors (PR#2587)
...> mode( xc0) [1] "numeric" # should be 'complex' test> xch0_ character(0) test> xch0[ 1]_ 3 test> mode( xch0) [1] "numeric" Intriguingly, something strange happens even with lists: test> xl1_ list( 1) test> xl1[1]_ 3 test> xl1 [[1]] [1] 3 test> xl0_ list() test> xl0[1]_ 3 Error: (list) object cannot be coerced to vector type 14 cheers Mark mark.bravington@csiro.au --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 1 minor = 6.2 year =...