[R] Console
Albyn Jones
jones at reed.edu
Thu Aug 18 23:30:59 CEST 2005
Quoting Daniela Salvini <DSA at kvl.dk>:
> I am at my first steps with R... and I already notice that the
> console has a quite limited number of lines. Can anyone tell me how
> to visualise all the information, which is actually present? I only
> see the last part of the output, which obviosly exceeds the maximum
> number of rows in the console.
> Thank you very much for your help!
> Daniela
>
"visualize" suggests plotting.
do you mean "how do I look at the whole dataset?" you could print a few lines
at a time, say X[1:25,]. With bigger datasets I usually look at the
file in a
text editor like emacs...
albyn
More information about the R-help
mailing list