Displaying 8 results from an estimated 8 matches for "hemavathi".
2009 Aug 18
3
how to draw pentagon?
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]]
2009 Sep 03
2
How to do rotation for polygon?
...ot;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]]
2009 Aug 05
1
overlap two graph
...one,I need you all help.
I want to create few image in same diagram.
For example, I wan draw two ellipse in same diagram.
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]]
2009 Aug 24
1
How to generate more triangles in sequences?
...(6,8,10), c(7,3,5),bor=6)
polygon(c(2,4,6), c(5,3,7),bor=6)
polygon(c(6,10,8), c(7,9,11),bor=6)
polygon(c(2,6,4), c(9,7,11),bor=6)
This coding will give me four triangles, but how 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]]
2009 Apr 02
2
how to sort and group the data?
HI,
I need help..
How to sort and group the data below:-
USER NAME
12 admin
12 admin
10 admin
10 advertising
61 process
17 snapshot
61 ticket
61 ticket
30 snapshot
10 advertising
10 advertising
10 advertising
10 advertising
I want to plot graph using this data.
thank you.
regards,
Hema.
[[alternative HTML version deleted]]
2009 Jul 07
2
How to separate the string?
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
tiger t i g e r
I know how to do this in excel where using MID function.
Now I want to solve it using R. The list of strings is in
2009 Apr 03
2
how to sort and plot data?
hi,
Previously my email very simple and less information. Let say I have raw
data as below:-
user_id website time
20 google 0930
21 yahoo 0935
20 facebook 1000
25 facebook 1015
61 google 0940
60 yahoo 1050
40 friendster 1115
61 google 1200
40
2009 Sep 11
3
For sending my R package as part of R-project
...egative-AIC-tp25383791p25385341.html
Sent from the R help mailing list archive at Nabble.com.
------------------------------
Message: 37
Date: Thu, 10 Sep 2009 09:18:54 -0700
From: "William Dunlap" <wdunlap at tibco.com>
Subject: Re: [R] How to do rotation for polygon?
To: "Hemavathi Ramulu" <hema.ramulu at gmail.com>, "Greg Snow"
<greg.snow at imail.org>
Cc: r-help at r-project.org
Message-ID:
<77EB52C6DD32BA4D87471DCD70C8D70001C23BCB at NA-PA-VBE03.na.tibco.com>
Content-Type: text/plain; charset="us-ascii"
Try...