Displaying 1 result from an estimated 1 matches for "tp20385465p20385465".
2008 Nov 07
1
Help With Graphs
...ircle has red dots and the selected points are in black.
here is my code:
D=cos(2*pi*(0:9)/10)
C=sin(2*pi*(0:9)/10)
x1=(sin((0:100)*2*pi/100))
y1=(cos((0:100)*2*pi/100))
plot(x1,y1,col="red")
points(C,D)
Thanks,
--
View this message in context: http://www.nabble.com/Help-With-Graphs-tp20385465p20385465.html
Sent from the R help mailing list archive at Nabble.com.