pie: Creates a pie chart using ggplot2.

Description Usage Arguments

View source: R/pie.R

Description

Use pie charts with care. See http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=00018S on Edward Tufte's website for good arguments against the use of pie charts. For a contrary point-of-view, see Spence's article, No Humble Pie: The Origins and Usage of a Statistical Chart (http://www.psych.utoronto.ca/users/spence/Spence

Usage

1
  pie(df, col, label = col)

Arguments

df

the data frame.

col

the name of the column to generate the pie chart for.

label

the label for the legend.


jbryer/irutils documentation built on May 18, 2019, 7:02 p.m.