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.

16 lines
699 B

10 years ago
#' statebins is an alternative to choropleth maps for US States
8 years ago
#'
7 years ago
#' @md
#' @name statebins-package
10 years ago
#' @docType package
7 years ago
#' @author Bob Rudis (bob@@rud.is)
#' @importFrom grid unit
8 years ago
#' @importFrom scales alpha
#' @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 element_rect element_blank element_text resolution
7 years ago
#' @importFrom ggplot2 aes_string aes_ scale_y_reverse layer GeomRect
#' @importFrom ggplot2 scale_fill_brewer ggtitle rel ggproto draw_key_polygon Geom Stat
10 years ago
NULL