Quoting Daniela Salvini <[EMAIL PROTECTED]>:

> 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

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to