Displaying 1 result from an estimated 1 matches for "conurbano".
2007 Jul 24
1
How to add circular text for a graph with concentric circles
...ate any tips about how to rotate the text label that marks
each concentric circle (except the central circle) to be curved around the
circle, located in the middle of each band, thus following the circle
instead of being horizontal, as I have it now.
Thank you very much,
best regards,
Suhas
# Conurbano1a.R
# R Program to generate circles, radii based on proportion of ALL STUDENTS
# Prepared by Suhas, Tuesday, July 24, 2007
grid.circle(x=0.5, y=0.5, r=3*(.1268), default.units="npc", name=NULL,
gp=gpar(fill="olivedrab1",col=NULL), draw=TRUE, vp=NULL)
grid.circl...