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(
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
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
3 matches
Mail list logo