| area2radius | R Documentation | 
area2radius is a function that will return the
radius for a sector (circle wedge) of a given area and
angle.
  area2radius(area, w.g = width.global, a = angle,
    g = groups)
| area | The number to be represented by the area of the wedge | 
| w.g | The global width (as specified in the bar chart) | 
| a | The total angle to be occupied | 
| g | The total number of groups to be displayed
within angle  | 
area2radius(pi/4, 1.0, 90, 1) area2radius(pi/4, 0.5, 90, 1) area2radius(pi/4, 1.0, 90, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.