-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: aaroseplot
Title: Area Adjusted Roseplots via ggplot2
Version: 0.2
Author: Bruce Swihart <[email protected]>
Maintainer: Bruce Swihart <[email protected]>
Description: In ggplot2's documentation, the roseplot is derived by taking a
barchart and mapping it to polar coordinates. In a bar chart, the height
of the bar equals the area if the width is 1. In polar coordinates, the
resulting sector (wedge, pie slice, etc) has a radius equal to the bar of
the barchart, which results in the area being squarely proportional to the
radius. In area adjusted roseplots, the area of the wedge is the value we
want to portray, so we back calculate the radius that gives that area.
This is not a novel idea, as the coxcomb and Florence Nightingale's work
predates this work (understandinguncertainty.org/coxcombs).
Depends:
R (>= 2.14),
ggplot2
License: GPL-2
Imports:
ggplot2,
RColorBrewer,
scales
Collate:
'aaroseplot-package.r'
'area2radius.R'
'multiplot.R'
'plots.R'
'area2radius.stack.R'