https://github.com/rrmn/autowaffle
AutoWaffle is an R library that takes away the pain from making complex plots with waffle and iron.
https://github.com/rrmn/autowaffle
ggplot2 iron r waffle waffle-charts
Last synced: 8 months ago
JSON representation
AutoWaffle is an R library that takes away the pain from making complex plots with waffle and iron.
- Host: GitHub
- URL: https://github.com/rrmn/autowaffle
- Owner: rrmn
- License: mit
- Created: 2018-10-02T14:36:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T14:56:12.000Z (over 7 years ago)
- Last Synced: 2025-03-14T06:11:52.988Z (about 1 year ago)
- Topics: ggplot2, iron, r, waffle, waffle-charts
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
title: "AutoWaffle 0.1"
output: github_document
---
## About AutoWaffle
AutoWaffle is an R library that takes away the pain of creating complex plots with waffle and iron.
## The Problem
You can include R code in the document as follows:
```{r cars}
summary(cars)
```
## The Solution
1. AutoWaffle permits the usage of tables, so that the user does not have to break up their dataframes.
1. Furthermore, AutoWaffle automatically calculates padding so that all waffle plots are the same size.
```{r pressure, echo=FALSE}
plot(pressure)
```