Extra Coordinate Systems, 'Geoms', Statistical Transformations, Scales and Fonts for 'ggplot2'
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.

21 lines
799 B

8 years ago
#' Extra Geoms, Stats, Coords, Scales & Fonts for 'ggplot2'
9 years ago
#'
8 years ago
#' A package containing additional geoms, coords, stats, scales & fonts
#' for ggplot2 2.0+
9 years ago
#'
#' @name ggalt
#' @docType package
#' @author Bob Rudis (@@hrbrmstr)
#' @import maps ggplot2 graphics grDevices KernSmooth proj4 ash MASS
#' @importFrom dplyr filter
#' @importFrom scales rescale expand_range comma
9 years ago
#' @importFrom grid grobName grobTree unit.c grobHeight grobWidth viewport
8 years ago
#' grid.draw grobX grobY gTree gList textGrob gpar pointsGrob
7 years ago
#' segmentsGrob polygonGrob
9 years ago
#' @importFrom gtable gtable_col gtable_height gtable_width gtable_row gtable_col
#' @importFrom RColorBrewer brewer.pal
8 years ago
#' @importFrom extrafont loadfonts fonts ttf_import
7 years ago
#' @import utils
#' @importFrom tibble as_tibble
9 years ago
NULL