Make square pie charts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
584 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/iron.R
\name{iron}
\alias{iron}
\title{Veritical, left-aligned layout for waffle plots}
\usage{
iron(...)
}
\arguments{
\item{...}{one or more waffle plots}
}
\description{
Left-align the waffle plots by x-axis. Use the \code{pad} parameter in
\code{waffle} to pad each plot to the max width (num of squares), otherwise
the plots will be scaled.
}
\examples{
parts <- c(80, 30, 20, 10)
w1 <- waffle(parts, rows=8)
w2 <- waffle(parts, rows=8)
w3 <- waffle(parts, rows=8)
# print chart
## iron(w1, w2, w3)
}