"ch.elahe via R-help" <r-help@r-project.org> writes: > Hi all, > I have a question about how to visualize my df! here is my df I need to > visualize: > > 'data.frame': 455 obs. of 128 variables: > $Protocol :Factor w/132 levels "_unknown","PD FS SAG","T1 SAG > FS","T2 FS OR",... > $NRuns : int 45 45 156 75 89 69 ...... > $Speed :Factor w/4 levels "Slow","Fast","VeryFast","VerySlow" > NRuns is actually number of times that the customer used the protocol > and speed is how did the costumer run the Protocol. Each Protocol can > have different NRuns. Do you know what's the best way to visualize > this df?
That depends what you want to show. And that determines the best visualization. Also: what do you want to use it for: an interactive presentation may call for different visualizations than a printed report. Cheers, Rainer > Thanks for any help! > Elahe > -- Rainer M. Krug email: Rainer<at>krugs<dot>de PGP: 0x0F52F982
signature.asc
Description: PGP signature
______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.