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(Dataset)

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 = TRUE)

Re: [R] graph displays

2012-06-26 Thread John Kane
: 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 what I am trying to do. I'm trying to read data from a file, separated by a tab, with the following code

[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

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

Re: [R] graph displays

2012-06-25 Thread John Kane
) To: r-help@r-project.org Subject: [R] graph displays 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 47