Hi there,

require(maptools)
?elide
good luck

milton
On Thu, Sep 3, 2009 at 1:04 AM, Hemavathi Ramulu <hema.ram...@gmail.com>wrote:

> 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 pentagon in circle.
>
> Thanks alot for helping me to solve this problem.
> --
> Hemavathi
>
>        [[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<http://www.r-project.org/posting-guide.html>
> and provide commented, minimal, self-contained, reproducible code.
>

        [[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, minimal, self-contained, reproducible code.

Reply via email to