Re: [R] How to do rotation for polygon?

2009-09-17 Thread Hemavathi Ramulu
Healthcare greg.s...@imail.org 801.408.8111 *From:* Hemavathi Ramulu [mailto:hema.ram...@gmail.com] *Sent:* Thursday, September 10, 2009 2:44 AM *To:* Greg Snow *Cc:* r-help@r-project.org *Subject:* Re: [R] How to do rotation for polygon? Hi everyone, I still couldn't get the diagram as I

Re: [R] How to do rotation for polygon?

2009-09-10 Thread Hemavathi Ramulu
in the TeachingDemos package may help. -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.s...@imail.org 801.408.8111 -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- project.org] On Behalf Of Hemavathi Ramulu

[R] How to do rotation for polygon?

2009-09-02 Thread Hemavathi Ramulu
Hi everyone, I have coding for repeating pentagon as below: plot(0:11,type=n) for (i in 1:10 )polygon(rep(c(4,5,7,8,6)), i*c(.5,.3,.3,.5,.7), bor=2) which are increasing vertically. Now, I want to know how to rotate the pentagon, so that I will get pattern like flower. Basicly, repeating

[R] How to generate more triangles in sequences?

2009-08-23 Thread Hemavathi Ramulu
to generate more triangles in sequences so that not need to mention the coordinate for each triangle? Thank you. -- Hemavathi Ramulu [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r

Re: [R] how to draw pentagon?

2009-08-21 Thread Hemavathi Ramulu
pentagon in any display with any range it would be more complicated and you probably need to study ?grDevices and ?par more thoroughly Regards Petr Yhank you. -- Hemavathi Ramulu [[alternative HTML version deleted]] __ R-help@r

[R] how to draw pentagon?

2009-08-18 Thread Hemavathi Ramulu
Hi everyone, I want you all help me to give an idea, how to draw pentagon with points? Maybe can use function, but I'm stuck. Yhank you. -- Hemavathi Ramulu [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https

Re: [R] overlap two graph

2009-08-11 Thread Hemavathi Ramulu
402B Johnson Pavilion 3610 Hamilton Walk Philadelphia, PA 19104-6076 On Wed, Aug 5, 2009 at 5:46 AM, Hemavathi Ramulu hema.ram...@gmail.com wrote: Hi everyone,I need you all help. I want to create few image in same diagram. For example, I wan draw two ellipse

Re: [R] overlap two graph

2009-08-10 Thread Hemavathi Ramulu
) and plot(ellipsePoints(2,5, alpha = 30), asp=1) How to display both ellipse together? both is different in angle. Thank you. -- Hemavathi Ramulu [[alternative HTML version deleted]] __ R-help@r-project.org

Re: [R] overlap two graph

2009-08-06 Thread Hemavathi Ramulu
. plot(ellipsePoints(2,5, alpha = 60), asp=1) and plot(ellipsePoints(2,5, alpha = 30), asp=1) How to display both ellipse together? both is different in angle. Thank you. -- Hemavathi Ramulu [[alternative HTML version deleted

[R] overlap two graph

2009-08-05 Thread Hemavathi Ramulu
you. -- Hemavathi Ramulu [[alternative HTML version deleted]] __ R-help@r-project.org mailing list 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

Re: [R] How to separate the string?

2009-07-08 Thread Hemavathi Ramulu
character vectors. If you want them in data frame you would need to combine vectors of unequal length. However I would try reading your text file with read.fwf(file, 1) Regards Petr Hemavathi Ramulu hema.ram...@gmail.com napsal dne 07.07.2009 10:36:40: Hi Petr, The data in text file

[R] How to separate the string?

2009-07-07 Thread Hemavathi Ramulu
Hi everyone, Hi want to separate the string(column1) for example column1 column2 column3 column4 column5 column6 bear b e a r cat c a t tigert i g e r I know how to

Re: [R] How to separate the string?

2009-07-07 Thread Hemavathi Ramulu
Hi Petr, The data in text file and not csv format. The word separate which I mean in this content is like split/separate the string to each alphabet where each alphabet will be in different column. thanks alot. regards, Hema. On Tue, Jul 7, 2009 at 4:12 PM, Petr PIKAL petr.pi...@precheza.cz

Re: [R] how to sort and plot data?

2009-04-05 Thread Hemavathi Ramulu
hi Erin, Thanks for your reply to my problems. I tried and it works, but it sorted all the column. In my case, I want it to sort d user_id column and another information in other column will follow it. Now, after I sorted, the information which website viewed by user was wrong. I want to as how

[R] how to sort and group the data?

2009-04-02 Thread Hemavathi Ramulu
HI, I need help.. How to sort and group the data below:- USER NAME 12 admin 12 admin 10 admin 10 advertising 61 process 17snapshot 61ticket 61ticket 30snapshot 10advertising 10advertising 10advertising 10advertising I want to plot graph using

[R] how to sort and plot data?

2009-04-02 Thread Hemavathi Ramulu
hi, Previously my email very simple and less information. Let say I have raw data as below:- user_id website time 20google0930 21yahoo0935 20facebook1000 25facebook1015 61google0940 60