Re: [R] Type of Graph to use

2011-10-11 Thread Jim Lemon
On 10/10/2011 09:49 PM, Jurgens de Bruin wrote: Hi, Please advice on what type of graph can be used to display the following data set. I have the following: NameClass a Class 1 a Class4 b Class2 b Class1 d Class3 d Cla

Re: [R] Type of Graph to use

2011-10-10 Thread Gabor Grothendieck
On Mon, Oct 10, 2011 at 8:49 AM, Gabor Grothendieck wrote: > On Mon, Oct 10, 2011 at 6:49 AM, Jurgens de Bruin wrote: >> Hi, >> >> Please advice on what type of graph can be used to display the following >> data set. >> >> I have the following: >> >> Name    Class >> a             Class 1 >> a  

Re: [R] Type of Graph to use

2011-10-10 Thread Jurgens de Bruin
Please ignore the venn digram as this will be to complex to read when more than 3 categories are present On 10 October 2011 15:36, Jurgens de Bruin wrote: > Thanks for all the help, > > Their would it be possible to use a Venn Diagram for this application? > > > On 10 October 2011 14:49, Gabor G

Re: [R] Type of Graph to use

2011-10-10 Thread Jurgens de Bruin
Thanks for all the help, Their would it be possible to use a Venn Diagram for this application? On 10 October 2011 14:49, Gabor Grothendieck wrote: > On Mon, Oct 10, 2011 at 6:49 AM, Jurgens de Bruin > wrote: > > Hi, > > > > Please advice on what type of graph can be used to display the followi

Re: [R] Type of Graph to use

2011-10-10 Thread Gabor Grothendieck
On Mon, Oct 10, 2011 at 6:49 AM, Jurgens de Bruin wrote: > Hi, > > Please advice on what type of graph can be used to display the following > data set. > > I have the following: > > Name    Class > a             Class 1 > a             Class4 > b             Class2 > b             Class1 > d      

Re: [R] Type of Graph to use

2011-10-10 Thread jim holtman
try this version: x <- read.table(textConnection("NameClass a Class1 a Class4 b Class2 b Class1 d Class3 d Class5 e Class4 e Class2"), header = TRUE) closeAllConnections() # add columns of numeric v

Re: [R] Type of Graph to use

2011-10-10 Thread Jurgens de Bruin
Jim, This should work, would it be possible to plot * and not larg rec. On 10 October 2011 14:12, jim holtman wrote: > See if this gives you the presentation you want: > > x <- read.table(textConnection("NameClass > a Class1 > a Class4 > b Class2 > b

Re: [R] Type of Graph to use

2011-10-10 Thread jim holtman
See if this gives you the presentation you want: x <- read.table(textConnection("NameClass a Class1 a Class4 b Class2 b Class1 d Class3 d Class5 e Class4 e Class2"), header = TRUE) closeAllConnectio

[R] Type of Graph to use

2011-10-10 Thread Jurgens de Bruin
Hi, Please advice on what type of graph can be used to display the following data set. I have the following: NameClass a Class 1 a Class4 b Class2 b Class1 d Class3 d Class5 e Class4 e Class2 So