[R] visualizzazione colonne
Greg Snow
Greg.Snow at imail.org
Wed Aug 19 20:15:40 CEST 2009
Add ?View (note the capitol V) to the list.
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.snow at imail.org
801.408.8111
> -----Original Message-----
> From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-
> project.org] On Behalf Of Ottorino-Luca Pantani
> Sent: Wednesday, August 19, 2009 9:49 AM
> To: sabrina.michielin at alice.it
> Cc: ERRE
> Subject: Re: [R] visualizzazione colonne
>
> sabrina.michielin at alice.it ha scritto:
> > ciao,
> > ho aperto un file in R di classe data frame di 15000 righe e 29
> colonne.
> > Nella console però sono visualizzate solo la prima e l'ultima colonna
> e le ultime 8000 righe circa.
> > E' possibile una visualizzazione completa?
> > Grazie
> > Sabrina
> >
> >
> Hi Sabrina,
> please do not forget that this list in english. Remember it for the
> future.
>
> I find very inconvenient to have all the rows displayed at one time,
> especially if they are 15000 !!!
>
> Should I need to look at all the dataset I would use page(mydataframe)
> (emacs or xemacs + ESS needed)
> or from the console
>
> fix(mydatframe) very dangerous !!!
>
> or
> edit (mydataframe)
>
> Before attempting this, read the help
> ?edit
> ?fix
>
> Should you want to look at only some part of the dataframe, try for
> example
>
> mydataframe[3:15, 7:8]
>
> This will show you the data contained lines from line 3 to 15 and in
> column from 7 to 8.
>
> Ciao
>
>
>
>
>
>
> --
> Ottorino-Luca Pantani, Università di Firenze
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-
> guide.html
> and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list