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-11 Thread baptiste auguie
Of Hemavathi Ramulu Sent: Thursday, September 10, 2009 1: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 mentioned before. I try Grey and Milton suggestion but it confusing. I hope anyone

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

2009-09-11 Thread Greg Snow
Subject: Re: [R] How to do rotation for polygon? Hi everyone, I still couldn't get the diagram as I mentioned before. I try Grey and Milton suggestion but it confusing. I hope anyone helped me. Thanks in advance. Regards, Hema. On Thu, Sep 3, 2009 at 11:39 PM, Greg Snow greg.s

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

2009-09-10 Thread Hemavathi Ramulu
Sent: Wednesday, September 02, 2009 11:05 PM To: r-help@r-project.org Subject: [R] How to do rotation for polygon? 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

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

2009-09-10 Thread William Dunlap
Of Hemavathi Ramulu Sent: Thursday, September 10, 2009 1: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 mentioned before. I try Grey and Milton suggestion but it confusing. I hope anyone helped me

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

2009-09-03 Thread Greg Snow
- project.org] On Behalf Of Hemavathi Ramulu Sent: Wednesday, September 02, 2009 11:05 PM To: r-help@r-project.org Subject: [R] How to do rotation for polygon? 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

[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

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

2009-09-02 Thread milton ruser
Hi there, require(maptools) ?elide good luck milton On Thu, Sep 3, 2009 at 1:04 AM, Hemavathi Ramulu hema.ram...@gmail.comwrote: 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