Re: [R] Line-wrap problem

2008-04-19 Thread Charles C. Berry
On Fri, 18 Apr 2008, Matthew Fero wrote: > I'm wondering if someone can tell me how R determines where to wrap > lines in its output. > > I'd like to understand this because occasionally often after running > a script the output of R no longer wraps at the correct location. Try options(

Re: [R] Line-wrap problem

2008-04-19 Thread David Winsemius
Matthew Fero <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: ?options #... and look at the width parameter > options(width = 100) > 1:40 [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 [33] 33 34 35 36 37 38 39 40 There may be Mac spec

[R] Line-wrap problem

2008-04-18 Thread Matthew Fero
I'm wondering if someone can tell me how R determines where to wrap lines in its output. I'd like to understand this because occasionally often after running a script the output of R no longer wraps at the correct location. For example, the statement, '1:40' would ordinarily return somethin