Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 510 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 510 Bytes

baffle

Waffle graphs in base R graphics.

Installation

You can install the latest version of baffle from CRAN with:

install.packages("baffle")

or directly from GitHub using the devtools package:

devtools::install_github("j-moravec/baffle")

Example

See online documentation for a more complex examples.

library(baffle)
waffle(c(25,75), col=c("darkorchid", "lightgray"))