R/ggalt-package.r

#' Extra Geoms, Stats, Coords, Scales & Fonts for 'ggplot2'
#'
#' A package containing additional geoms, coords, stats, scales & fonts
#' for ggplot2 2.0+
#'
#' @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
#' @importFrom grid grobName grobTree unit.c grobHeight grobWidth viewport
#'                  grid.draw grobX grobY gTree gList textGrob gpar pointsGrob
#'                  segmentsGrob polygonGrob
#' @importFrom gtable gtable_col gtable_height gtable_width gtable_row gtable_col
#' @importFrom RColorBrewer brewer.pal
#' @importFrom extrafont loadfonts fonts ttf_import
#' @import datasets
#' @import utils
#' @importFrom tibble as_tibble
NULL
hrbrmstr/ggalt documentation built on May 1, 2023, 7:36 a.m.