search for: cirle

Displaying 4 results from an estimated 4 matches for "cirle".

Did you mean: circle
2009 Nov 20
3
symbol in the plot
...they can easily tell each curve's meaning. The curve with squares on it means the sigma vs. delta1, and the curve with circles on it means sigma vs. delta2. I think I can use 'expression' to write delta1, delta2 and sigma in greek letters, but I am not sure how to denote the square and cirle I graphed. -- View this message in context: http://old.nabble.com/symbol-in-the-plot-tp26422303p26422303.html Sent from the R help mailing list archive at Nabble.com.
2010 Apr 08
2
erasing an area of a graph
...par('bg') = 'transparent' is, however, eluding me. I've looked through the archives and the book R Graphics without quite seeing the light. Help or pointers to help would be welcome. Terry T Details (for the inquiring mind). In drawing a pedigree subjects are depicted as cirle, square, diamond, or triangle (for gender= male, female, unknown, terminated). This can be subdivided into shaded regions to show the value of various ancillary variables. One ancillary is easy - just fill with a color. For two you fill the left and right half separately, etc. Two, three, four,...
2008 Sep 25
1
Spider Charts and Gruff: THE JOY OF GRAPHING
...erate Spider charts (aka radar charts) , and am using Gruff to do so. How can I show lines and axis numbers on a Spider chart? Here''s what I''m trying to make: http://img.skitch.com/20080925-m573hhdy4n4x6i92s17knjqjeg.jpg How can I have those 0 - 100 numbers, and the concentric cirles in the graph? Joe -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TL...
2006 Oct 15
4
Hide line ends behind unfilled circles?
Dear r-helpers, xx <- c(0.000, 0.210, 0.714, 0.514, 1.000, 0.190, 0.590, 0.152) yy <- c(0.000, 0.265, 0.256, 0.521, 0.538, 0.761, 0.821, 1.000) aa <- c(19, 19, 19, 21, 19, 21, 21, 21) x0 <- xx[c(1, 1, 2, 2, 2, 3, 3, 4, 4, 4, 5, 6, 6, 7)] y0 <- yy[c(1, 1, 2, 2, 2, 3, 3, 4, 4, 4, 5, 6, 6, 7)] x1 <- xx[c(2, 3, 3, 4, 6, 4, 5, 5, 6, 7, 7, 7, 8, 8)] y1 <- yy[c(2, 3, 3, 4, 6, 4, 5,