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.

20 lines
822 B

#' A package to make waffle charts (square pie charts) in R.
#'
#' For glyphs:\cr
#' \cr
#' Font Awesome by Dave Gandy - http://fontawesome.io\cr
#' License: SIL OFL 1.1\cr
#' URL: http://scripts.sil.org/OFL
#'
#' @name waffle-package
#' @docType package
#' @import gridExtra
#' @importFrom gtable is.gtable
#' @importFrom RColorBrewer brewer.pal
#' @importFrom ggplot2 ggplot geom_tile scale_fill_manual guides geom_tile ggplotGrob
#' @importFrom ggplot2 geom_point geom_text scale_color_manual guides theme labs
#' @importFrom ggplot2 scale_x_continuous scale_y_continuous coord_equal theme_bw
#' @importFrom ggplot2 aes guide_legend element_rect element_blank element_text
#' @importFrom grid arrow unit grid.newpage grid.draw unit.c unit.pmax unit.pmin
#' @importFrom extrafont ttf_import font_import choose_font
NULL