An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20050818/31892fbf/attachment.pl
Console
3 messages · Daniela Salvini, Albyn Jones, Sean O'Riordain
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
Hi Daniela, Which platform are you working on? If you're working within a console on windows-98, then the answer is entirely different to working under linux or RGui on windows. This is why the Posting Guide says to give platform details :-) cheers! Sean
On 18/08/05, Daniela Salvini <DSA at kvl.dk> wrote:
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
[[alternative HTML version deleted]]
______________________________________________ R-help at 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