Re: [Rd] str() gives odd looking output on complex vectors that are not purely imaginary (PR#13985)

2009-10-06 Thread maechler
RC == Rich Calaway richcala...@revolution-computing.com on Tue, 6 Oct 2009 01:00:10 +0200 (CEST) writes: RC Full_Name: Rich Calaway RC Version: R 2.9.2 RC OS: Windows Vista RC Submission from: (NULL) (65.47.30.18) RC Try this: RC x - rnorm(25) RC y -

[Rd] str() gives odd looking output on complex vectors that are not purely imaginary (PR#13985)

2009-10-05 Thread richcalaway
Full_Name: Rich Calaway Version: R 2.9.2 OS: Windows Vista Submission from: (NULL) (65.47.30.18) Try this: x - rnorm(25) y - rnorm(25)*1i z - x+y str(z) str(y) When I try this, I see the following: str(z) cplx [1:25] 0.0102+ 0.9463-1 -1.+ ... str(y) cplx [1:25] 0+0.0975i 0-1.5060i