Re: [R] plot graph by first letter

2012-07-13 Thread arun
Hello, This information is new.  Are you able to import data from access? A.K. - Original Message - From: imnew To: r-help@r-project.org Cc: Sent: Thursday, July 12, 2012 9:52 PM Subject: Re: [R] plot graph by first letter Hi, for my dataset is actually retrieve from a access file

Re: [R] plot graph by first letter

2012-07-12 Thread imnew
Hi, for my dataset is actually retrieve from a access file not a textfile.thanks Date: Thu, 12 Jul 2012 11:58:30 -0700 From: ml-node+s789695n4636343...@n4.nabble.com To: jubil...@live.com.sg Subject: Re: plot graph by first letter Hi, Try this: dat1<-read.table(text=" Name

Re: [R] plot graph by first letter

2012-07-12 Thread arun
Hi, Try this: dat1<-read.table(text="  Name  Age  Angel    20  Amelia  20  Bernard  19  Stephanie  20  Vanessa  22  Angeline  23  Camel  21  ",sep="",header=T

Re: [R] plot graph by first letter

2012-07-12 Thread John Kane
I really am not sure of the question but perhaps ?order for a start? John Kane Kingston ON Canada > -Original Message- > From: jubil...@live.com.sg > Sent: Thu, 12 Jul 2012 01:15:26 -0700 (PDT) > To: r-help@r-project.org > Subject: [R] plot graph by first letter > > Hi all, may i know i

Re: [R] plot graph by first letter

2012-07-12 Thread Sarah Goslee
This looks a bit like homework, and makes no attempt whatsoever to follow the posting guide or present previous work. But still, I'd start with ?grepl, and move on to use rseek.org to look for functions for whatever kind of plot you need to make. The R Graph Gallery is also a good resource. And eve