Re: [R] graph displays

2012-06-26 Thread John Kane
John Kane Kingston ON Canada > -Original Message- > From: ricardosousa2...@clix.pt > Sent: Tue, 26 Jun 2012 01:24:17 -0700 (PDT) > To: r-help@r-project.org > Subject: Re: [R] graph displays > > > > Good morning, > Thanks for help. > I can explain better wh

Re: [R] graph displays

2012-06-26 Thread Jim Lemon
On 06/26/2012 06:24 PM, MSousa wrote: Good morning, Thanks for help. I can explain better what I am trying to do. I'm trying to read data from a file, separated by a tab, with the following code. Dataset<-read.table("C:/Users/Administrator/Desktop/R/graph.txt",sep="\t", quote="\"",header = TR

Re: [R] graph displays

2012-06-26 Thread MSousa
Good morning, Thanks for help. I can explain better what I am trying to do. I'm trying to read data from a file, separated by a tab, with the following code. Dataset<-read.table("C:/Users/Administrator/Desktop/R/graph.txt",sep="\t", quote="\"",header = TRUE) View(Dataset) dput(Dataset) > View(

Re: [R] graph displays

2012-06-25 Thread John Kane
en this should do barplot(t(xx)) John Kane Kingston ON Canada > -----Original Message- > From: ricardosousa2...@clix.pt > Sent: Mon, 25 Jun 2012 09:24:36 -0700 (PDT) > To: r-help@r-project.org > Subject: [R] graph displays > > > Good Afternoon, I'm trying

Re: [R] graph displays

2012-06-25 Thread Sarah Goslee
There's no way we can tell you the "best way" to display your information, because we don't know anything about it. The best display method has a lot to do with what the data are, and what you're trying to illustrate. That said, here are two possibilities, one using the bar graph you requested, and

[R] graph displays

2012-06-25 Thread MSousa
Good Afternoon, I'm trying to create a graph that displays the best way the following information.     For instance organized by bar graph, A, B, C Source X1000s X600s X500s X250s X100s X50s X10s X5s X3s X1s 1 A 476375 116 125 129 131 131 131 131 2 B 3764